cookutils rev 761

cooker: crontab for the poke button (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 27 23:26:29 2015 +0200 (2015-09-27)
parents 75fe6eb7e7bd
children e0a7dfab950c
files cooker
line diff
     1.1 --- a/cooker	Sun Sep 27 23:24:30 2015 +0200
     1.2 +++ b/cooker	Sun Sep 27 23:26:29 2015 +0200
     1.3 @@ -299,6 +299,7 @@
     1.4  */5 * * * *  [ $CACHE/cooker-request -nt $CACHE/activity ] && /usr/bin/cooker --output=html
     1.5  EOT
     1.6  			touch $CACHE/cooker-request
     1.7 +			chmod 666 $CACHE/cooker-request
     1.8  			killall crond 2>/dev/null && /etc/init.d/crond start
     1.9  		fi ;;
    1.10