Skip to content
Snippets Groups Projects
Verified Commit cf11c6cf authored by David Beniamine's avatar David Beniamine
Browse files

Avoid useless warning

parent 6435a697
No related branches found
No related tags found
No related merge requests found
...@@ -95,8 +95,8 @@ then ...@@ -95,8 +95,8 @@ then
echo "Failed to enable some apps: '$FAILED'" echo "Failed to enable some apps: '$FAILED'"
fi fi
sudo -u www-data php /var/www/nextcloud/occ app:update --all sudo -u www-data php /var/www/nextcloud/occ app:update --all
echo "Please check difference between old and new .htaccess file"
if [ ! -z "$(diff $NEXTCLOUD_INSTALL_DIR{,.bak}/.htaccess)" ] if [ ! -z "$(diff $NEXTCLOUD_INSTALL_DIR{,.bak}/.htaccess)" ]
then then
echo "Please check difference between old and new .htaccess file"
vimdiff $NEXTCLOUD_INSTALL_DIR{,.bak}/.htaccess vimdiff $NEXTCLOUD_INSTALL_DIR{,.bak}/.htaccess
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment