Remove and force exit 0

This commit is contained in:
Dryusdan 2020-02-24 11:03:54 +01:00
parent 7418de22f8
commit bd1c5ea2c0
1 changed files with 1 additions and 1 deletions

View File

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