Update smart data every hour

This commit is contained in:
Alexandre
2021-03-07 11:10:26 +01:00
committed by GitHub
parent 99943727b4
commit d7204a86e4

View File

@@ -35,6 +35,7 @@ RUN \
&& sed -i 's| /config| /data|g' /etc/cont-init.d/* \
&& sed -i 's| /config| /data|g' /etc/logrotate.d/scrutiny \
&& sed -i 's| /config| /data|g' /etc/crontabs/root \
&& sed -i -e '$a\@reboot /run.sh' /etc/crontabs/root
&& sed -i -e '$a\@reboot /run.sh' /etc/crontabs/root \
&& sed -i -e '$a\5 * * * * /run.sh' /etc/crontabs/root
VOLUME [ "/data" ]