Skip to content
Snippets Groups Projects
Commit 017fd581 authored by Bob Mottram's avatar Bob Mottram
Browse files

Apps not chosen

parent b7de2bac
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ function mark_unselected_apps_as_removed {
app_index=0
for app_name in "${APPS_AVAILABLE[@]}"
do
if [[ ${APPS_INSTALLED[$app_index]} == "0" ]]; then
if [[ ${APPS_CHOSEN[$app_index]} == "0" ]]; then
echo "_${app_name}_" >> $REMOVED_APPS_FILE
fi
app_index=$[app_index+1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment