From 271f26dd015d42a0eaa8ad06e70455ccbfa07fcd Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Fri, 11 Oct 2019 14:12:56 -0500 Subject: [PATCH] Try and fix perms --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 03af51a..678248d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,7 @@ export NVM_DIR="/github/workspace/nvm" export WRANGLER_HOME="/github/workspace" mkdir -p "$HOME/.wrangler" -chown root: "$HOME/.wrangler" +chmod -R 777 "$HOME/.wrangler" curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm