Skip to content

Commit

Permalink
prepare for removal of postgresql branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hansson authored Jun 26, 2018
1 parent bf99cd3 commit 0e51278
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e51278

Please sign in to comment.