From a13100be4f99e21be0c840dc4c92cf9c4c4d95f3 Mon Sep 17 00:00:00 2001 From: paule96 Date: Wed, 28 Aug 2024 15:18:05 +0000 Subject: [PATCH] fix devcontainer post creatd command Signed-off-by: paule96 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1a8d5ca5f..a2cfeb738 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -44,7 +44,7 @@ 5000, 5007 ], - "postCreateCommand": ".devcontainer/localinit.sh", + "postCreateCommand": "chmod +x .devcontainer/localinit.sh && .devcontainer/localinit.sh", "remoteUser": "vscode", "hostRequirements": { "memory": "8gb"