Disable debug for xymon scripts
This commit is contained in:
parent
fc0e87eb3b
commit
aab15f81ba
|
@ -11,7 +11,7 @@
|
|||
## }}}
|
||||
# }}}
|
||||
# Vars {{{
|
||||
DEBUG=0
|
||||
DEBUG=1
|
||||
|
||||
script_path="$(dirname -- ${0})"
|
||||
script_libs="${script_path}/xymon.libs.alert.sh"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
# }}}
|
||||
# Vars {{{
|
||||
DEBUG=0
|
||||
DEBUG=1
|
||||
|
||||
LOCAL_SSH_USER="xymon"
|
||||
REMOTE_SSH_USER="xymon-ssh"
|
||||
|
|
Loading…
Reference in New Issue