mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
Update Dockerfile
This commit is contained in:
@@ -34,8 +34,8 @@ RUN \
|
||||
# Fix for 5.7.5 #
|
||||
#################
|
||||
if [ "$BUILD_UPSTREAM" = "5.7.5" ] ; then \
|
||||
sed -i "s#'amount'], \$transaction #'amount'], (string)(\$transaction#g" /var/www/html/app/Helpers/Collector/GroupCollector.php \
|
||||
&& sed -i "s#'0');#'0'));#g" /var/www/html/app/Helpers/Collector/GroupCollector.php; fi
|
||||
sed -i "s#\'amount\'], \$transaction #\'amount\'], (string)(\$transaction#g" /var/www/html/app/Helpers/Collector/GroupCollector.php \
|
||||
&& sed -i "s#\'0\');#\'0\'));#g" /var/www/html/app/Helpers/Collector/GroupCollector.php; fi
|
||||
|
||||
##################
|
||||
# 3 Install apps #
|
||||
|
||||
Reference in New Issue
Block a user