From fb92ed25cb89ebb13486f82ca5d9a85dbf67e083 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 17 May 2022 17:51:12 +0200 Subject: [PATCH] Sed correction --- fireflyiii/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index 08e81d812..c4c3edf55 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -34,7 +34,7 @@ RUN \ # Fix for 5.7.5 # ################# if [ "$BUILD_UPSTREAM" == "5.7.5" ] ; then \ - sed -i "s|, \$transaction['amount'] ?? '0');|, (string)(\$transaction['amount'] ?? '0'));|g" /var/www/html/app/Helpers/Collector/GroupCollector.php; fi + sed -i "s|, \$transaction\[\x27amount\x27\] ?? \x270\x27);|, (string)(\$transaction\[\x27amount\x27\] ?? \x270\x27));|g" /var/www/html/app/Helpers/Collector/GroupCollector.php; fi ################## # 3 Install apps #