summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkonline2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline b/mdkonline
index cdc2fb45..0d5043bd 100755
--- a/mdkonline
+++ b/mdkonline
@@ -408,7 +408,7 @@ AUTO=$auto
);
output_p "/etc/cron.daily/mdkupdate",
qq(#!/bin/bash
-if [ -f $confdir/mdkupdate ]; then /usr/bin/mdkupdate --auto; fi
+if [ -f $confdir/mdkupdate ]; then /usr/sbin/mdkupdate --auto; fi
);
chmod 0755, "/etc/cron.daily/mdkupdate";