Daniel Gibbs 8 年之前
父節點
當前提交
d7ee9c15e9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lgsm/functions/command_dev_debug.sh

+ 1 - 0
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"