mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-21 14:59:14 +02:00
Update 99-run.sh
This commit is contained in:
@@ -143,14 +143,6 @@ if bashio::config.has_value 'Updates'; then
|
|||||||
service cron start
|
service cron start
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#################
|
|
||||||
# Fix for 5.7.5 #
|
|
||||||
#################
|
|
||||||
|
|
||||||
PATH="$(find / -type f -name 'GroupCollector.php' 2>/dev/null)"
|
|
||||||
sed -i "s#\'amount\'], \$transaction #\'amount\'], (string)(\$transaction#g" "$PATH"
|
|
||||||
sed -i "s#\'0\');#\'0\'));#g" "$PATH"
|
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# LAUNCH APP #
|
# LAUNCH APP #
|
||||||
##############
|
##############
|
||||||
|
|||||||
Reference in New Issue
Block a user