From 9e429e2a5be2fe70fed33c2048961139178d58b1 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Fri, 10 Jun 2022 22:41:55 -0600 Subject: [PATCH] remove arg check & readme --- README.md | 2 +- heavy_script.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d72edfa2..f7717f6e 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ bash /mnt/tank/scripts/heavy_script/heavy_script.sh --restore #### Deleting Backups ``` -bash /mnt/tank/scripts/heavy_script/heavy_script.sh --backup-delete +bash /mnt/tank/scripts/heavy_script/heavy_script.sh --delete-backup ``` #### List All DNS Names diff --git a/heavy_script.sh b/heavy_script.sh index 9e635e55..9033eef2 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -403,7 +403,6 @@ echo export -f title #exit if incompatable functions are called -[[ "$restore" == "true" && "$mount" == "true" ]] && echo -e "The Restore Function(-r)\nand\nMount Function(-m)\nCannot both be called at the same time." && exit [[ "$update_all_apps" == "true" && "$update_apps" == "true" ]] && echo -e "-U and -u cannot BOTH be called" && exit #Continue to call functions in specific order