Disable DEBUG mode

This commit is contained in:
Jeremy Gardais 2018-05-28 17:52:45 +02:00
parent 4483ba3ecc
commit 82786179eb
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# Vars [[[ # Vars [[[
SUCCESS=0 SUCCESS=0
ERROR=1 ERROR=1
DEBUG=0 DEBUG=1
EUID=$(id -u) EUID=$(id -u)
BACKUP_USER_LOGIN="backup" BACKUP_USER_LOGIN="backup"