fix: start.sh
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m47s

This commit is contained in:
2025-11-28 11:01:36 +01:00
parent 875c25d802
commit f3225f70d6

View File

@@ -41,7 +41,7 @@ fi
# [3/6] Add $PWD/bin to PATH for arty and custom scripts
echo "[3/6] Configuring PATH..."
ln -sf "$PWD/bin/artifact_git_download.sh" /usr/local/bin/arty
export PATH="$PWD/bin:$PATH"
ln -sf "$PWD/bin/*" /usr/local/bin/
echo " ✓ PATH updated: $PWD/bin added"
# [4/6] Setting up with arty