Laurent Destailleur 2 years ago
parent
commit
c6ae2bb051
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/initdemo/initdemopassword.sh

+ 1 - 1
dev/initdemo/initdemopassword.sh

@@ -174,7 +174,7 @@ 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.
+	echo No file initdemopostsql.sql found, so no extra sql action done.
 fi