From ce1e5da72eb7af0c55631a435b8a36aeaa12acc3 Mon Sep 17 00:00:00 2001 From: yusing Date: Fri, 29 Mar 2024 21:22:51 +0000 Subject: [PATCH] scripts fix --- setup-binary.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-binary.sh b/setup-binary.sh index 19a6f06..682edea 100644 --- a/setup-binary.sh +++ b/setup-binary.sh @@ -42,6 +42,7 @@ dl_source() { echo "failed to untar go-proxy.tar.gz" exit 1 fi + mkdir -p $(dirname $APP_ROOT) mv "go-proxy-${VERSION}" $APP_ROOT cd $APP_ROOT echo "Done"