From 8bcacb670ad7e42675eaca27ad1aef0b2508938b Mon Sep 17 00:00:00 2001 From: Ark74 Date: Tue, 23 Jan 2024 00:11:27 -0600 Subject: [PATCH] don't move to tmp --- jra_nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 728b87b..ce6c518 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -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 <