Disable debug for xymon scripts

This commit is contained in:
Jeremy Gardais 2018-08-17 15:33:46 +02:00
parent fc0e87eb3b
commit aab15f81ba
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
## }}}
# }}}
# Vars {{{
DEBUG=0
DEBUG=1
script_path="$(dirname -- ${0})"
script_libs="${script_path}/xymon.libs.alert.sh"

View File

@ -16,7 +16,7 @@
# }}}
# Vars {{{
DEBUG=0
DEBUG=1
LOCAL_SSH_USER="xymon"
REMOTE_SSH_USER="xymon-ssh"