From 71a2a49cc03c1a9911d171efbc2094e43b7f266b Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sat, 14 May 2022 00:09:35 +0000 Subject: [PATCH] remove ascii from updates. Looked awful in email :( --- heavy_script.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/heavy_script.sh b/heavy_script.sh index b2f30c0a..36c63bc5 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -324,7 +324,6 @@ export -f title [[ "$restore" == "true" && "$mount" == "true" ]] && echo -e "The Restore Function(-r)\nand\nMount Function(-m)\nCannot both be called at the same time." && exit [[ "$restore" == "true" ]] && restore && exit [[ "$mount" == "true" ]] && mount && exit -[[ "$number_of_backups" -ge 1 && "$sync" == "true" ]] && [[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && title [[ "$number_of_backups" -ge 1 ]] && backup [[ "$sync" == "true" ]] && sync [[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && update_apps