Remove database.xml from workflowengine (migration issue)

This commit is contained in:
Dryusdan 2020-02-24 11:01:51 +01:00
parent 491df56c4d
commit 7418de22f8
1 changed files with 1 additions and 0 deletions

View File

@ -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"