We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a51bae commit 78dbd18Copy full SHA for 78dbd18
nextcloud_install_production.sh
@@ -167,6 +167,7 @@ sudo -u postgres psql <<END
167
CREATE USER $NCUSER WITH PASSWORD '$PGDB_PASS';
168
CREATE DATABASE nextcloud_db WITH OWNER $NCUSER TEMPLATE template0 ENCODING 'UTF8';
169
END
170
+print_text_in_color "$ICyan" "PostgreSQL password: $PGDB_PASS"
171
service postgresql restart
172
173
# Install Apache
0 commit comments