Alexandre
2022-10-21 09:57:28 +02:00
committed by GitHub
parent 041d0b788b
commit 450713197a

View File

@@ -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