No spaces
This commit is contained in:
parent
901ea536da
commit
959cf717c9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue