There was an error while loading. Please reload this page.
devcontainer
1 parent 58cd4e5 commit 1bf514fCopy full SHA for 1bf514f
1 file changed
setup.sh
@@ -5,7 +5,7 @@ DEFAULT_USER_ID=1000
5
DEFAULT_GROUP_ID=1000
6
7
set -e
8
-trap 'echo "Failed to setup project"; exit 1' ERR
+trap 'echo "Failed to setup project"; rf -f .env.temp; exit 1' ERR
9
10
# Function to handle sed command with cross-platform compatibility
11
sed_cmd() {
0 commit comments