From cecbdd90503a4989f7f2225c25dda120314e94a6 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 11 May 2019 18:47:06 +0200 Subject: [PATCH] disable debugging at update-file-state db tool --- tools/db/update-file-state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/db/update-file-state b/tools/db/update-file-state index c3bb1f5..fecae43 100755 --- a/tools/db/update-file-state +++ b/tools/db/update-file-state @@ -14,7 +14,7 @@ readonly TTSYNC_REMOTE=2 #file exists remote - not used jet readonly TTSYNC_DEL=3 #local file deleted readonly globalconf="/etc/tt/global" - readonly DEBUG=$TRUE + readonly DEBUG=$FALSE } { #get options & args