mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-14 03:18:02 +02:00
Correct cron
This commit is contained in:
@@ -46,7 +46,8 @@ RUN \
|
|||||||
&& sed -i 's| /config| /data|g' /etc/logrotate.d/scrutiny \
|
&& sed -i 's| /config| /data|g' /etc/logrotate.d/scrutiny \
|
||||||
&& sed -i 's| /config| /data|g' /etc/crontabs/root \
|
&& sed -i 's| /config| /data|g' /etc/crontabs/root \
|
||||||
# analyse local devices at reboot
|
# analyse local devices at reboot
|
||||||
# && sed -i -e '$a @reboot /run.sh' /etc/crontabs/root \
|
&& sed -i '$d' /etc/crontabs/root \
|
||||||
|
&& sed -i -e '$a @reboot /run.sh' /etc/crontabs/root \
|
||||||
# correct url paths
|
# correct url paths
|
||||||
&& grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|./|g'
|
&& grep -rl '/web/' /app/scrutiny-web/ | xargs sed -i 's|/web/|./|g'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user