Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2019-03-01 17:18:14 +0300
committerGitHub <noreply@github.com>2019-03-01 17:18:14 +0300
commit78dbd187c52ad7d022cef880549750e54e60fcc4 (patch)
tree0649007259519599bb11ca97e78c7a89911d1b71
parent3a51baea793097dd101a7f0d04c4a245eb843df0 (diff)
show password in case it fails later on15.0.5
-rw-r--r--nextcloud_install_production.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index 723bac36..062da21e 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -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