Skip to content
Snippets Groups Projects
Unverified Commit 3d9f3727 authored by David Beniamine's avatar David Beniamine
Browse files

fix upgrade Nextcloud

parent 66c21492
No related branches found
No related tags found
No related merge requests found
Ce dépôt est un mirroir uniquement, les rapport d'erreur se font sur [le
gitlab de Tetras Libre](https://gitlab.tetras-libre.fr/tetras-libre/NoCloud-Auto-Installer)
# NoCloud Auto Installer
NoCloud-Auto-Installer est conçu pour installer automatiquement l'ensemble des
......
......@@ -37,6 +37,8 @@ echo "Giving all permissions to $htuser"
chown -R $htuser: $NEXTCLOUD_INSTALL_DIR
sudo -u $htuser php $ocupdater --no-interaction --verbose
sudo -u $htuser php $occ maintenance:mode --off
echo "Removing backup htaccess file"
rm $NEXTCLOUD_INSTALL_DIR/.htaccess.bak
. `dirname $0`/nextcloudStrongDirectoryPermissions.sh
FAILED=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment