From d7ee9c15e959a2e0e098d5afc5e0a0b732ffc0c4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 18 Mar 2018 11:47:40 +0000 Subject: [PATCH] test --- lgsm/functions/command_dev_debug.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/command_dev_debug.sh b/lgsm/functions/command_dev_debug.sh index 7c831681a..1a74ef983 100644 --- a/lgsm/functions/command_dev_debug.sh +++ b/lgsm/functions/command_dev_debug.sh @@ -13,6 +13,7 @@ if [ -f "${rootdir}/.dev-debug" ]; then fn_print_ok_nl "Disabled dev-debug" fn_script_log_info "Disabled dev-debug" else + echo "########## ${rootdir}/.dev-debug" date > "${rootdir}/.dev-debug" fn_print_ok_nl "Enabled dev-debug" fn_script_log_info "Enabled dev-debug"