remove arg check & readme
This commit is contained in:
parent
6469dab7c4
commit
9e429e2a5b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user