We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5d8e0 commit 1884dcbCopy full SHA for 1884dcb
ubuntu.sh
@@ -751,7 +751,7 @@ if $db_local; then
751
tput setaf 3;
752
echo "Process: create user and database on postgres;"
753
tput setaf 7;
754
- sudo -iu postgres psql -c "CREATE ROLE $db_user LOGIN CREATEDB PASSWORD '$db_pass';" -c "CREATE DATABASE $db_name OWNER $db_user;"
+ sudo -iu postgres psql -c "CREATE ROLE $db_user LOGIN PASSWORD '$db_pass';" -c "CREATE DATABASE $db_name OWNER $db_user;"
755
fi
756
757
#region docker setting
0 commit comments