No spaces

This commit is contained in:
Bob Mottram 2016-09-30 14:01:53 +01:00
parent 901ea536da
commit 959cf717c9
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ function show_apps {
if [ $? -eq 0 ]; then
for choice in $choices
do
app_index = $[choice-1]
app_index=$[choice-1]
APPS_CHOSEN[$app_index]="1"
done
else

View File

@ -1082,7 +1082,7 @@ function restore_from_usb {
ctr=0
for choice in $choices
do
app_index = $[choice-1]
app_index=$[choice-1]
app_name=${APPS_INSTALLED_NAMES[app_index]}
if [[ "${app_name}" == 'all' ]]; then
${PROJECT_NAME}-restore-local $USB_DRIVE