Remove user root from crontab line

master
xagaba 8 years ago committed by GitHub
parent 0d0f6fe61b
commit 8c7b439cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ RUN apk --update add python git && \
chmod +x /app/snapraid-runner/snapraid-runner.py && \
rm -rf /var/cache/apk/*
RUN echo '0 3 * * * root /usr/bin/python /app/snapraid-runner/snapraid-runner.py -c /config/snapraid-runner.conf' > /etc/crontabs/root
RUN echo '0 3 * * * /usr/bin/python /app/snapraid-runner/snapraid-runner.py -c /config/snapraid-runner.conf' > /etc/crontabs/root
VOLUME /mnt /config

Loading…
Cancel
Save