From 8e91704d83c8345a1145b45ed949210cdca9362e Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 20 May 2021 09:37:40 +0300 Subject: [PATCH] Remove sed for grafana --- api/start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/api/start.sh b/api/start.sh index c59a00c..fcf10bb 100755 --- a/api/start.sh +++ b/api/start.sh @@ -1,6 +1,5 @@ #!/bin/sh -sed -i "s|http://localhost:5611|${APP_URL}:5611|g" public/js/* sed "s|^APP_URL=.*|APP_URL=${APP_URL}|" .env.example > .env php-fpm -- 2.2.2