diff --git a/backup.sh b/backup.sh index 8237aea..68794e9 100755 --- a/backup.sh +++ b/backup.sh @@ -110,10 +110,10 @@ warn503="${bold}${yellow}Web users will NOT be informed the server is down!${nor ### Process script parameters # if no parameters provided, then show the help page and exit with error -if [ -z $1 ]; then - # show script help page - scriptHelp -fi +#if [ -z $1 ]; then +# # show script help page +# scriptHelp +#fi # use GetOpts to process parameters while getopts ':l:nv5:w:' PARAMS; do