From 1fe9b2c834ab6439e00a0e05efd4d826473346c6 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 27 Sep 2018 21:18:00 +0200 Subject: [PATCH] travis --- nextcloud_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index d1e73105..4813031c 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -347,7 +347,7 @@ chown -R root:root "$BACKUP" configure_max_upload # Disable support app -if [ -d $NC_APPS_PATH/support +if [ -d $NC_APPS_PATH/support ] then occ_command app:disable support rm -rf $NC_APPS_PATH/support