mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-20 13:00:32 +02:00
Switch to php
https://github.com/alexbelgium/hassio-addons/issues/519#issuecomment-1286557225
This commit is contained in:
@@ -8,3 +8,8 @@ do
|
|||||||
bash "$file"
|
bash "$file"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Use php7
|
||||||
|
if [ -f /data/config/crontabs/root ]; then
|
||||||
|
sed -i "s|php7|php|g" /data/config/crontabs/root
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user