mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 17:21:56 +02:00
Update 99-run.sh
This commit is contained in:
@@ -147,7 +147,7 @@ fi
|
|||||||
# Fix for 5.7.5 #
|
# Fix for 5.7.5 #
|
||||||
#################
|
#################
|
||||||
|
|
||||||
sed -i "s|$groups[$groudId]['sums'][$currencyId]['amount'] = bcadd($groups[$groudId]['sums'][$currencyId]['amount'], $transaction['amount'] ?? '0');|$groups[$groudId]['sums'][$currencyId]['amount'] = bcadd($groups[$groudId]['sums'][$currencyId]['amount'], (string)($transaction['amount'] ?? '0'));|g" "$(find / -type f -name 'GroupCollector.php' 2>/dev/null)"
|
sed -i 's|, $transaction[\'amount\'] ?? \'0\');|, (string)($transaction[\'amount\'] ?? \'0\'));|g' "$(find / -type f -name 'GroupCollector.php' 2>/dev/null)"
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# LAUNCH APP #
|
# LAUNCH APP #
|
||||||
|
|||||||
Reference in New Issue
Block a user