Add a notice in the update script about setting the db in platal.conf.
[platal.git] / upgrade / 1.0.0 / update.sh
index f3e6c72..3a7acb3 100755 (executable)
@@ -5,7 +5,8 @@
 ###########################################################
 [ "$DATABASE" != "x4dat" ] || die "Cannot target x4dat"
 
-confirm "Setting up new database: target db is \"$DATABASE\", source prefix is \"$DBPREFIX\""
+echo "Setting up new database: target db is \"$DATABASE\", source prefix is \"$DBPREFIX\""
+confirm "Please ensure your platal.conf is configured to use \"$DATABASE\""
 
 echo "* create database"
 mysql_exec_nodb "CREATE DATABASE IF NOT EXISTS $DATABASE;"