summaryrefslogtreecommitdiff
path: root/sql/create_db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sql/create_db.sh')
-rwxr-xr-xsql/create_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/create_db.sh b/sql/create_db.sh
index b54e338..69639db 100755
--- a/sql/create_db.sh
+++ b/sql/create_db.sh
@@ -25,7 +25,7 @@ if [ "$x" ] ; then
fi
pword="PassMan123!"
-echo "Password of database user [$pword]:"
+echo "Password of database user (hint: change this!) [$pword]:"
read x
if [ "$x" ] ; then