Signed-off-by: George Milescu <george.milescu@gmail.com>
DEBUG()
{
- test ${_DEBUG} = "off" && $@
+ test ${_DEBUG} = "on" && $@
}
start_client()
# Command line argument specifies client type
# use _DEBUG="off" to turn off debug printing
-_DEBUG="on"
+_DEBUG="off"
if test $# -ne 1; then
echo "usage: $0 log-file" 1>&2
# Command line argument specifies client type, log folder and log file
# use _DEBUG="off" to turn off debug printing
-_DEBUG="on"
+_DEBUG="off"
if test $# -ne 3; then
echo "usage: $0 client-type log-folder log-file" 1>&2
# * manages when client completes
# use _DEBUG="off" to turn off debug printing
-_DEBUG="on"
+_DEBUG="off"
# Read the global configuration file
# Check if the global configuration file exists
# * stop schedule_client.sh script
# use _DEBUG="off" to turn off debug printing
-_DEBUG="on"
+_DEBUG="off"
# Read the global configuration file
# Check if the global configuration file exists