Disable DEBUG

This commit is contained in:
Jeremy Gardais 2019-10-22 18:34:59 +02:00
parent 0a794fdd96
commit 0e5a6b061c
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# }}}
# Vars {{{
DEBUG=0
DEBUG=1
## Nomber of backup to keep
keep_backup="3"

View File

@ -12,7 +12,7 @@
# }}}
# Vars {{{
DEBUG=0
DEBUG=1
script_wd=$(dirname "${0}")