Index: skolo/raspberry-pi/startup-script.sh |
diff --git a/skolo/raspberry-pi/startup-script.sh b/skolo/raspberry-pi/startup-script.sh |
deleted file mode 100644 |
index 3fe5b31e647711ec3cb647d513f7fbae45500b59..0000000000000000000000000000000000000000 |
--- a/skolo/raspberry-pi/startup-script.sh |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-#!/bin/sh |
- |
-# Hack to get swarming access to /b |
-sudo chmod 777 /b |
- |
-if [ ! -d "/b/swarm_slave" ]; then |
- cd /b |
- echo "Bootstrapping swarming, expect a reboot" |
- python -c "import urllib; exec urllib.urlopen('https://chromium-swarm.appspot.com/bootstrap').read()" |
-else |
- echo "Starting swarming" |
- /usr/bin/python /b/swarm_slave/swarming_bot.zip start_bot & |
-fi |