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@techandme.se>2018-06-26 14:35:16 +0300
committerGitHub <noreply@github.com>2018-06-26 14:35:16 +0300
commit0e51278c0162ea34f6fef725af30fc2ea69b61ce (patch)
tree186493554c6595d0bbaf5aadcfb5edb1aef1e1b8
parentbf99cd39960e3b709b1971ae96be962c6be282ea (diff)
prepare for removal of postgresql branch13.0.4
-rw-r--r--nextcloud_update.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/nextcloud_update.sh b/nextcloud_update.sh
index dca2e721..cc1fe309 100644
--- a/nextcloud_update.sh
+++ b/nextcloud_update.sh
@@ -89,6 +89,12 @@ then
mkdir -p "$SCRIPTS"
download_static_script setup_secure_permissions_nextcloud
chmod +x "$SECURE"
+elif grep "postgresql" "$SECURE"
+then
+ mkdir -p "$SCRIPTS"
+ rm "$SCRIPTS"/setup_secure_permissions_nextcloud.*
+ download_static_script setup_secure_permissions_nextcloud
+ chmod +x "$SECURE"
fi
# Major versions unsupported