← back to Exo
fix
903a5aabf7465b8a06dc1e64cce63fffda2ce862 · 2024-12-08 22:26:44 +0000 · Glen
Files touched
Diff
commit 903a5aabf7465b8a06dc1e64cce63fffda2ce862
Author: Glen <glen@Delias-MacBook-Air-2.local>
Date: Sun Dec 8 22:26:44 2024 +0000
fix
---
.github/bootstrap.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/bootstrap.sh b/.github/bootstrap.sh
index b106626d..6f4bc666 100755
--- a/.github/bootstrap.sh
+++ b/.github/bootstrap.sh
@@ -187,7 +187,7 @@ sudo launchctl load /Library/LaunchDaemons/com.github.runner.plist
# Add Runner.Listener permissions (after runner installation)
RUNNER_PATH="$RUNNER_DIR/bin/Runner.Listener"
-sudo chmod 755" "$RUNNER_PATH"
+sudo chmod 755 "$RUNNER_PATH"
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add "$RUNNER_PATH"
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock "$RUNNER_PATH"
← b4f86496 bootstrap
·
back to Exo
·
test 1716f637 →