Re-arrange function calls

This commit is contained in:
Heavybullets8 2022-05-12 01:28:36 +00:00 committed by GitHub
parent 93e155c0f0
commit 1edff4f384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,8 +295,8 @@ fi
export -f prune
[[ $restore == "true" ]] && restore && exit
[[ $number_of_backups -gt 0 ]] && backup
[[ $mount == "true" ]] && mount && exit
[[ $number_of_backups -gt 0 ]] && backup
[[ $sync == "true" ]] && sync
[[ $update_all_apps == "true" || $update_apps == "true" ]] && update_apps
[[ $prune == "true" ]] && prune