Skip to content

Commit 0e51278

Browse files
author
Daniel Hansson
authored
prepare for removal of postgresql branch
1 parent bf99cd3 commit 0e51278

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nextcloud_update.sh

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ then
8989
mkdir -p "$SCRIPTS"
9090
download_static_script setup_secure_permissions_nextcloud
9191
chmod +x "$SECURE"
92+
elif grep "postgresql" "$SECURE"
93+
then
94+
mkdir -p "$SCRIPTS"
95+
rm "$SCRIPTS"/setup_secure_permissions_nextcloud.*
96+
download_static_script setup_secure_permissions_nextcloud
97+
chmod +x "$SECURE"
9298
fi
9399

94100
# Major versions unsupported

0 commit comments

Comments
 (0)