diff --git a/packages/tools/autoupdate/install b/packages/tools/autoupdate/install index f1e3744da8..73951987ac 100755 --- a/packages/tools/autoupdate/install +++ b/packages/tools/autoupdate/install @@ -28,5 +28,5 @@ mkdir -p $INSTALL/etc fi mkdir -p $INSTALL/etc/crontabs - echo -e "* */6 * * *\t/usr/bin/autoupdate" >> $INSTALL/etc/crontabs/root + echo -e "1 */6 * * *\t/usr/bin/autoupdate" >> $INSTALL/etc/crontabs/root