diff options
-rw-r--r-- | cf/conf/config.xml | 2 | ||||
-rw-r--r-- | conf.default/config.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index b369985..10c44db 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -704,7 +704,7 @@ <month>*</month> <wday>*</wday> <who>root</who> - <command>/usr/local/bin/reset_slbd.sh</command> + <command>/usr/local/sbin/reset_slbd.sh</command> </item> </cron> <installedpackages> diff --git a/conf.default/config.xml b/conf.default/config.xml index ba35c8f..0fe5095 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -695,7 +695,7 @@ <month>*</month> <wday>*</wday> <who>root</who> - <command>/usr/local/bin/reset_slbd.sh</command> + <command>/usr/local/sbin/reset_slbd.sh</command> </item> </cron> <wol> |