Great script!
How do you disable mail setup and only log to a file?
The log file in the script is not working? I am not sure why...any help is appreciated.
Tony
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Great script!
How do you disable mail setup and only log to a file?
The log file in the script is not working? I am not sure why...any help is appreciated.
Tony
comment out the last few lines of the script
eval rm -f "$LOGFILE"
eval rm -f "$LOGERR"
and set MAILCONTENT="quiet"
you'll still get the log if there are errors, otherwise the log file is saved on disk.
Thanks! I will try that.
Our admin would rather not receive an email at all...is there a way to just disable the mail option?
Tony