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:
parent
87521c7e82
commit
1ae6d65701
@ -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
|
||||
|
@ -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 " "
|
||||
|
Loading…
Reference in New Issue
Block a user