Skip to content

Commit

Permalink
show password in case it fails later on
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 committed Mar 1, 2019
1 parent 3a51bae commit 78dbd18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextcloud_install_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ sudo -u postgres psql <<END
CREATE USER $NCUSER WITH PASSWORD '$PGDB_PASS';
CREATE DATABASE nextcloud_db WITH OWNER $NCUSER TEMPLATE template0 ENCODING 'UTF8';
END
print_text_in_color "$ICyan" "PostgreSQL password: $PGDB_PASS"
service postgresql restart

# Install Apache
Expand Down

0 comments on commit 78dbd18

Please sign in to comment.