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

Open vimdiff only if required

parent 635c84f6
No related branches found
No related tags found
No related merge requests found
......@@ -96,4 +96,7 @@ then
fi
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)" ]
then
vimdiff $NEXTCLOUD_INSTALL_DIR{,.bak}/.htaccess
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment