From bd1c5ea2c08386cb948816d7ab3b2c4387f17290 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Mon, 24 Feb 2020 11:03:54 +0100 Subject: [PATCH] Remove and force exit 0 --- nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud.sh b/nextcloud.sh index 7eb35a8..1285d1e 100644 --- a/nextcloud.sh +++ b/nextcloud.sh @@ -113,7 +113,7 @@ if [[ ${NEW_INSTALLATION} == "false" ]]; then unlink www/data unlink www/config unlink www/apps - rm ${FOLDER}/apps/workflowengine/appinfo/database.xml + rm -f ${FOLDER}/apps/workflowengine/appinfo/database.xml info "Backuping old installation"