message
This commit is contained in:
parent
8456f40fd2
commit
88a655f944
@ -142,7 +142,7 @@ if [[ "$number_of_backups" -ge 1 && "$sync" == "true" ]]; then # Run backup and
|
|||||||
sync &
|
sync &
|
||||||
wait
|
wait
|
||||||
fi
|
fi
|
||||||
[[ "$number_of_backups" -ge 1 && "$sync" == "false" ]] && backup
|
[[ "$number_of_backups" -ge 1 && "$sync" == "false" ]] && echo "Please wait for output, this could take a while.." && backup
|
||||||
[[ "$sync" == "true" && "$number_of_backups" -le 1 ]] && sync
|
[[ "$sync" == "true" && "$number_of_backups" -le 1 ]] && echo "Please wait for output, this could take a while.." && sync
|
||||||
[[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && commander
|
[[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && commander
|
||||||
[[ "$prune" == "true" ]] && prune
|
[[ "$prune" == "true" ]] && prune
|
Loading…
Reference in New Issue
Block a user