Explorar o código

Forgotten cron fix

https://github.com/FreshRSS/FreshRSS/pull/2208
Alexandre Alapetite %!s(int64=7) %!d(string=hai) anos
pai
achega
6c423881d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Docker/entrypoint.sh

+ 1 - 1
Docker/entrypoint.sh

@@ -6,7 +6,7 @@ chown -R :www-data .
 chmod -R g+r . && chmod -R g+w ./data/
 
 if [ -n "$CRON_MIN" ]; then
-	sed -r -i "\#FreshRSS#s#^[^ ]+ #$CRON_MIN #" /var/spool/cron/crontabs/www-data
+	sed -r -i "\#FreshRSS#s#^[^ ]+ #$CRON_MIN #" /var/spool/cron/crontabs/root
 fi
 
 exec "$@"