From 69258f9af5c159ba85a307216e1bf6f7ead7b233 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Thu, 28 Jul 2022 13:59:50 -0600 Subject: [PATCH] format --- heavy_script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/heavy_script.sh b/heavy_script.sh index 758296be..5d539c1d 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -146,9 +146,9 @@ done [[ "$restore" == "true" ]] && restore && exit [[ "$mount" == "true" ]] && mount && exit if [[ "$backup" == "true" && "$sync" == "true" ]]; then # Run backup and sync at the same time - echo "🅁 🅄 🄽 🄽 🄸 🄽 🄶 🅃 🄰 🅂 🄺 🅂 :" - echo -e "Backing up ix-applications dataset\nSyncing catalog(s)" - echo -e "This can take a LONG time, please wait for the output..\n" + echo "🅃 🄰 🅂 🄺 🅂 :" + echo -e "-Backing up ix-applications dataset\n-Syncing catalog(s)" + echo -e "This can take a LONG time, please wait for both output..\n" backup & sync & wait