Restoring all
This commit is contained in:
parent
1764a32911
commit
205cd80c01
|
@ -401,7 +401,7 @@ function restore_apps {
|
||||||
if [ ! $2 ]; then
|
if [ ! $2 ]; then
|
||||||
confirm_restore=1
|
confirm_restore=1
|
||||||
else
|
else
|
||||||
if [[ "$RESTORE_APP" == "$app_name" ]]; then
|
if [[ "$RESTORE_APP" == "$app_name" || "$RESTORE_APP" == "all" ]]; then
|
||||||
confirm_restore=1
|
confirm_restore=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue