From 7418de22f877e9ac6630a50738bc55005756f778 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Mon, 24 Feb 2020 11:01:51 +0100 Subject: [PATCH] Remove database.xml from workflowengine (migration issue) --- nextcloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud.sh b/nextcloud.sh index ce2079f..7eb35a8 100644 --- a/nextcloud.sh +++ b/nextcloud.sh @@ -113,6 +113,7 @@ if [[ ${NEW_INSTALLATION} == "false" ]]; then unlink www/data unlink www/config unlink www/apps + rm ${FOLDER}/apps/workflowengine/appinfo/database.xml info "Backuping old installation"