From 88e047e56acd8b693c44477060e5ef4aef02b248 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Thu, 28 Jul 2022 13:50:34 -0600 Subject: [PATCH] format --- functions/misc.sh | 2 +- heavy_script.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/misc.sh b/functions/misc.sh index baa1583b..880de232 100644 --- a/functions/misc.sh +++ b/functions/misc.sh @@ -14,7 +14,7 @@ done export -f sync prune(){ -echo -e "\n\nšŸ„³ šŸ„¾ šŸ„² šŸ„ŗ šŸ„“ šŸ… šŸ„æ šŸ… šŸ…„ šŸ„½ šŸ„“" +echo -e "\n\nšŸ„æ šŸ… šŸ…„ šŸ„½ šŸ„“" echo "Pruned Docker Images" docker image prune -af | grep "^Total" || echo "Failed to Prune Docker Images" } diff --git a/heavy_script.sh b/heavy_script.sh index 024aec0c..758296be 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -146,8 +146,7 @@ done [[ "$restore" == "true" ]] && restore && exit [[ "$mount" == "true" ]] && mount && exit if [[ "$backup" == "true" && "$sync" == "true" ]]; then # Run backup and sync at the same time - echo "Running the following two tasks at the same time" - echo "------------------------------------------------" + 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" backup &