diff options
Diffstat (limited to 'standalone/src/main/assembly/resources/bin/initDB.sh')
-rw-r--r-- | standalone/src/main/assembly/resources/bin/initDB.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/src/main/assembly/resources/bin/initDB.sh b/standalone/src/main/assembly/resources/bin/initDB.sh index 97e65ad3..cdfa4b5c 100644 --- a/standalone/src/main/assembly/resources/bin/initDB.sh +++ b/standalone/src/main/assembly/resources/bin/initDB.sh @@ -23,9 +23,9 @@ user_pg=$3 user_uui=$4 echo "setting postgres database password" -su - $user_pg <<EOF +#su - $user_pg <<EOF psql --command "alter user $user_pg with password '$user_pg';" -EOF +#EOF echo "start create usecase-ui database..." dbscripts_path="$main_path/resources/dbscripts/postgres" |