diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-06-27 15:19:34 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-06-27 15:19:34 +0000 |
commit | 9bd1ad2bfb807d7714e17112a9dc51f2416a1e6c (patch) | |
tree | 4985c14c8a8d7010b1d9686d11e7555c07fe1dd8 /sql | |
parent | d750c1a34d4c344154cd0abaa3aa6e9021335318 (diff) |
Updated SQL creation script to flag password should be changed, and changed
INSTALL to note how important password protection of the pages is.
Diffstat (limited to 'sql')
-rwxr-xr-x | sql/create_db.sh | 2 |
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 |