From 529c2a85c8d5608843107e00caf5bffc32663c47 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 27 Jan 2022 21:17:55 +0100 Subject: [PATCH] Permissions https://github.com/alexbelgium/hassio-addons/issues/196 --- spotweb/rootfs/etc/services.d/cron/run | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spotweb/rootfs/etc/services.d/cron/run b/spotweb/rootfs/etc/services.d/cron/run index d7a3c2d80..f797facac 100644 --- a/spotweb/rootfs/etc/services.d/cron/run +++ b/spotweb/rootfs/etc/services.d/cron/run @@ -1,3 +1,5 @@ #!/usr/bin/with-contenv sh -/usr/sbin/crond -f -S -l 0 \ No newline at end of file +chmod -R +x /etc/periodic + +/usr/sbin/crond -f -S -l 0