don't move to tmp

This commit is contained in:
Luis Guzmán 2024-01-23 00:11:27 -06:00
parent 096c8b6e85
commit 8bcacb670a
1 changed files with 1 additions and 1 deletions

View File

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