summaryrefslogtreecommitdiff
path: root/at-boot.sh
blob: 578425f711303341bb72ae964a87edb9d0461bfc (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# Run by the gridboot.service at boot. Updates
# the grid5k.git and then runs a script from that
# Git.
#
cd /root/grid5k
git pull
chmod +x update.sh
exec /root/grid5k/update.sh