ntpd: fix file move

This commit is contained in:
Franco Fichtner 2017-12-18 07:55:54 +01:00
parent 0154eccdfd
commit 54aeeef8ed

View File

@ -425,7 +425,7 @@ function ntpd_configure_do($start_ntpd = true, $verbose = false)
if (!$start_ntpd) {
/* write out the config and delay startup */
mwexec_bg('/usr/local/etc/inc/plugins.inc.d/ntpdate_sync_once.sh');
mwexec_bg('/usr/local/etc/inc/plugins.inc.d/ntpd/ntpdate_sync_once.sh');
if ($verbose) {
echo "deferred.\n";
}