Merge "Get the sha1 from sha1sum"
diff --git a/setup.sh b/setup.sh
index 279ec0e..a63baf8 100755
--- a/setup.sh
+++ b/setup.sh
@@ -41,8 +41,7 @@
 
 # Install the needed packages and setup the environment
 apt-get install -y gcc openjdk-7-jdk ant maven zip
-rm -rf $path
-echo "0 0 * * * /usr/pb/setup.sh build >> /var/log/pb.log" | crontab -u root
+echo "0 0 * * * /usr/pb/setup.sh build >> /var/log/pb.log" | crontab -
 adduser --uid 1337 --disabled-password --gecos ,,, worker