privateone commited on
Commit
2343246
·
verified ·
1 Parent(s): 2e6c0a0

Update init.sh

Browse files
Files changed (1) hide show
  1. init.sh +1 -1
init.sh CHANGED
@@ -5,7 +5,7 @@ set -e # Exit if any command fails
5
 
6
  # Define variables
7
  REPO_URL="https://github.com/blendersb/teleapi.git"
8
- BRANCH="${BRANCH:= main}"
9
  TARGET_DIR="/app/teleapi"
10
  APP_DIR="/app"
11
 
 
5
 
6
  # Define variables
7
  REPO_URL="https://github.com/blendersb/teleapi.git"
8
+ BRANCH="${BRANCH:=main}"
9
  TARGET_DIR="/app/teleapi"
10
  APP_DIR="/app"
11