From bbb967181d40511f8f7f77629a74b7ffb8affe83 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 16 May 2022 11:52:09 +0200 Subject: [PATCH] Update Dockerfile --- fireflyiii/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index 6633938d3..631f109e3 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -33,7 +33,7 @@ RUN \ ################# # Fix for 5.7.5 # ################# - if [[ "$BUILD_UPSTREAM" == "5.7.5" ]] ; then \ + 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