This commit is contained in:
Heavybullets8 2022-07-28 13:59:50 -06:00
parent b0c7cb8850
commit 69258f9af5

View File

@ -146,9 +146,9 @@ done
[[ "$restore" == "true" ]] && restore && exit [[ "$restore" == "true" ]] && restore && exit
[[ "$mount" == "true" ]] && mount && exit [[ "$mount" == "true" ]] && mount && exit
if [[ "$backup" == "true" && "$sync" == "true" ]]; then # Run backup and sync at the same time if [[ "$backup" == "true" && "$sync" == "true" ]]; then # Run backup and sync at the same time
echo "🅁 🅄 🄽 🄽 🄸 🄽 🄶 🅃 🄰 🅂 🄺 🅂 :" echo "🅃 🄰 🅂 🄺 🅂 :"
echo -e "Backing up ix-applications dataset\nSyncing catalog(s)" echo -e "-Backing up ix-applications dataset\n-Syncing catalog(s)"
echo -e "This can take a LONG time, please wait for the output..\n" echo -e "This can take a LONG time, please wait for both output..\n"
backup & backup &
sync & sync &
wait wait