diff options
Diffstat (limited to 'time_wizard/scripts/test_timeservers.sh')
-rwxr-xr-x | time_wizard/scripts/test_timeservers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} |