From e9629098d15888d4fc4f2a831d1b40b1838ac704 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 19 Feb 2026 09:38:42 -0500 Subject: [PATCH] Fix sed command for environment variable updates --- install/patchmon-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/patchmon-install.sh b/install/patchmon-install.sh index 9dc7d2666..887f9ce76 100644 --- a/install/patchmon-install.sh +++ b/install/patchmon-install.sh @@ -47,8 +47,8 @@ sed -i -e "s|DATABASE_URL=.*|DATABASE_URL=\"postgresql://$PG_DB_USER:$PG_DB_PASS -e "/JWT_SECRET/s/[=$].*/=$JWT_SECRET/" \ -e "\|CORS_ORIGIN|s|localhost|$LOCAL_IP|" \ -e "/PORT=3001/aSERVER_PROTOCOL=http \\ - SERVER_HOST=$LOCAL_IP \\ - SERVER_PORT=3000" \ + SERVER_HOST=$LOCAL_IP \\ + SERVER_PORT=3000" \ -e '/_ENV=production/aTRUST_PROXY=1' \ -e '/REDIS_USER=.*/,+1d' /opt/patchmon/backend/.env