split_php_prepare #105

Merged
Ark74 merged 11 commits from Ark74/quick-jibri-installer:split_php_prepare into master 2024-01-23 08:46:54 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8bcacb670a - Show all commits

View File

@ -184,7 +184,7 @@ bash files/prepare_php.sh "$MIN_PHP"
#-------------------------------------------------- #--------------------------------------------------
echo -e "\n---- Creating the PgSQL DB & User ----" echo -e "\n---- Creating the PgSQL DB & User ----"
cd /tmp || return #cd /tmp || return
sudo -u postgres psql <<DB sudo -u postgres psql <<DB
CREATE DATABASE nextcloud_db; CREATE DATABASE nextcloud_db;
CREATE USER ${NC_DB_USER} WITH ENCRYPTED PASSWORD '${NC_DB_PASSWD}'; CREATE USER ${NC_DB_USER} WITH ENCRYPTED PASSWORD '${NC_DB_PASSWD}';