From 4123be06265159e9855f1f912fd4c70a6159e85e Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 28 May 2018 16:33:20 +0200 Subject: [PATCH] Disable DEBUG mode --- client/install_backuppc_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/install_backuppc_mac.sh b/client/install_backuppc_mac.sh index e574fc7..2c47c69 100755 --- a/client/install_backuppc_mac.sh +++ b/client/install_backuppc_mac.sh @@ -5,7 +5,7 @@ SUCCESS=0 ERROR=1 -DEBUG=0 +DEBUG=1 # Functions {{{ ## GetDefaultUser {{{