2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

SetupWizard: fix an uncommon corner case

This commit is contained in:
Christopher Roy Bratusek 2020-03-11 21:04:11 +01:00
parent 87521c7e82
commit 1ae6d65701
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,12 @@
## 22.7 (in-dev)
### Bug Fixes
* SetupWizard
* when selecting no apps create empty config file (working around an uncommon corner case)
* when one selects no apps but still activates "install apps", the installer would install all apps
### General Changes
* Installer

View File

@ -98,6 +98,8 @@ for setupfile in ${nanodroid_apps} ${nanodroid_overlay} ${nanodroid_setup}; do
mkdir -p "${CONF_BACKUP}"
mv "${setupfile}" "${CONF_BACKUP}"
fi
touch ${setupfile}
done
ui_print " "