disable debugging at update-file-state db tool

This commit is contained in:
6543 2019-05-11 18:47:06 +02:00
parent 4adb0d6b2f
commit cecbdd9050

View File

@ -14,7 +14,7 @@
readonly TTSYNC_REMOTE=2 #file exists remote - not used jet readonly TTSYNC_REMOTE=2 #file exists remote - not used jet
readonly TTSYNC_DEL=3 #local file deleted readonly TTSYNC_DEL=3 #local file deleted
readonly globalconf="/etc/tt/global" readonly globalconf="/etc/tt/global"
readonly DEBUG=$TRUE readonly DEBUG=$FALSE
} }


{ #get options & args { #get options & args