remove arg check & readme

This commit is contained in:
Heavybullets8 2022-06-10 22:41:55 -06:00
parent 6469dab7c4
commit 9e429e2a5b
2 changed files with 1 additions and 2 deletions

View File

@ -68,7 +68,7 @@ bash /mnt/tank/scripts/heavy_script/heavy_script.sh --restore
#### Deleting Backups #### 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 #### List All DNS Names

View File

@ -403,7 +403,6 @@ echo
export -f title export -f title
#exit if incompatable functions are called #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 [[ "$update_all_apps" == "true" && "$update_apps" == "true" ]] && echo -e "-U and -u cannot BOTH be called" && exit
#Continue to call functions in specific order #Continue to call functions in specific order