scripts fix

This commit is contained in:
yusing 2024-03-29 21:12:38 +00:00
parent 5a8c11de16
commit ac26baf97f
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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}"