Laurent Destailleur 3 years ago
parent
commit
7238f15d54
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dev/initdemo/initdemopassword.sh

+ 3 - 0
dev/initdemo/initdemopassword.sh

@@ -171,7 +171,10 @@ if [ $res -ne 0 ]; then
 fi 
 
 if [ -s "$mydir/initdemopostsql.sql" ]; then
+	echo A file initdemopostsql.sql was found, we execute it.
 	mysql -P$port $base < "$mydir/initdemopostsql.sql"
+else
+	echo No file initdemopostsql.sql found, we extra sql action done.
 fi