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

This commit is contained in:
2025-11-28 11:11:52 +01:00
parent f3225f70d6
commit c32340f23c

View File

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