mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 04:26:28 +01: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"
|
||||
fi
|
||||
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