From ac26baf97f5dc79894e916895f53dcff2ad7a42f Mon Sep 17 00:00:00 2001 From: yusing Date: Fri, 29 Mar 2024 21:12:38 +0000 Subject: [PATCH] scripts fix --- docs/docker.md | 2 +- setup-binary.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 6f32589..077421b 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -13,7 +13,7 @@ - Create required directories - Setup `config.yml` and `compose.yml` -3. Verify folder structure +3. Verify folder structure and then `cd go-proxy` ```plain go-proxy diff --git a/setup-binary.sh b/setup-binary.sh index e876bf1..35c34ae 100644 --- a/setup-binary.sh +++ b/setup-binary.sh @@ -1,6 +1,5 @@ #!/bin/sh set -e -VERSION=$1 BASE_URL="https://github.com/yusing/go-proxy/releases/download/${VERSION}" APP_ROOT="/opt/go-proxy/${VERSION}"