Spaces:
Paused
Paused
Update init.sh
Browse files
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:=
|
| 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 |
|