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