#!/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