Skip to content

Commit 78dbd18

Browse files
authored
show password in case it fails later on
1 parent 3a51bae commit 78dbd18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nextcloud_install_production.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ sudo -u postgres psql <<END
167167
CREATE USER $NCUSER WITH PASSWORD '$PGDB_PASS';
168168
CREATE DATABASE nextcloud_db WITH OWNER $NCUSER TEMPLATE template0 ENCODING 'UTF8';
169169
END
170+
print_text_in_color "$ICyan" "PostgreSQL password: $PGDB_PASS"
170171
service postgresql restart
171172

172173
# Install Apache

0 commit comments

Comments
 (0)