From ca4f3a4e4c17b0c8fbb59e26e93881f9af2e3d50 Mon Sep 17 00:00:00 2001 From: NivRichter Date: Thu, 8 Feb 2024 14:44:05 +0200 Subject: [PATCH] removed env from cmd --- .devcontainer/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index edee57f6..4c5f10ee 100755 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -15,4 +15,4 @@ echo "export CODESPACE_WDS_SOCKET_PORT=443" >> ~/.bashrc echo "printf \"\n\n☁️☁️☁️️ Anythink: Develop in the Cloud ☁️☁️☁️\n\"" >> ~/.bashrc echo "printf \"\n\x1b[31m \x1b[1m👉 Type: \\\`docker compose up\\\` to run the project. 👈\n\n\"" >> ~/.bashrc -nohup bash -c "cd /wilco-agent && ENGINE_EVENT_ENDPOINT=${ENGINE_EVENT_ENDPOINT} node agent.js &" > /dev/null 2>&1 +nohup bash -c "cd /wilco-agent && node agent.js &" > /dev/null 2>&1