diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-29 12:35:53 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-29 12:35:53 +0000 |
commit | 1a102d5c59d20f0009bec81b2356ee68e606aea2 (patch) | |
tree | 1430802f072ad0da7a73d80e17925d06e74459a5 /time_wizard | |
parent | ae36b036f949dbde8c8433f191a318fb38d82444 (diff) | |
download | drakwizard-1a102d5c59d20f0009bec81b2356ee68e606aea2.tar drakwizard-1a102d5c59d20f0009bec81b2356ee68e606aea2.tar.gz drakwizard-1a102d5c59d20f0009bec81b2356ee68e606aea2.tar.bz2 drakwizard-1a102d5c59d20f0009bec81b2356ee68e606aea2.tar.xz drakwizard-1a102d5c59d20f0009bec81b2356ee68e606aea2.zip |
changed some __WIZ_HOME__ prefix
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} |