diff options
Diffstat (limited to 'time_wizard')
-rwxr-xr-x | time_wizard/scripts/handle_no_network.sh | 4 | ||||
-rwxr-xr-x | time_wizard/scripts/test_timeservers.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/time_wizard/scripts/handle_no_network.sh b/time_wizard/scripts/handle_no_network.sh index 848e3f96..371673ad 100755 --- a/time_wizard/scripts/handle_no_network.sh +++ b/time_wizard/scripts/handle_no_network.sh @@ -37,8 +37,8 @@ tryagain) exit 1 ;; savewithouttest) - echo_debug "exec ${CWD}/scripts/save_config.sh" - exec ${CWD}/scripts/save_config.sh + echo_debug "exec __WIZ_HOME__/time_wizard/scripts/save_config.sh" + exec exec __WIZ_HOME__/time_wizard/scripts/save_config.sh echo_debug "saying ciao" exit 2 ;; diff --git a/time_wizard/scripts/test_timeservers.sh b/time_wizard/scripts/test_timeservers.sh index 1e5ce41a..3b45dcd3 100755 --- a/time_wizard/scripts/test_timeservers.sh +++ b/time_wizard/scripts/test_timeservers.sh @@ -90,7 +90,7 @@ if [ -x /usr/sbin/ntpdate ] && [ -n "${tserver1}" -o -n "${tserver2}" ]; then echo_debug "bad server" echo_debug "$(cat ${TMPFILE})" else - echo_debug "launching ${CWD}/scripts/save_config.sh" + echo_debug "launching exec __WIZ_HOME__/time_wizard/scripts/save_config.sh" __WIZ_HOME__/time_wizard/scripts/save_config.sh echo_debug "exiting saying ciao" rm -f ${TMPFILE} |