diff --git a/update.sh b/update.sh index c2e0db3..2439579 100755 --- a/update.sh +++ b/update.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Update capturetheflag git pull @@ -9,3 +11,8 @@ git submodule update --init --recursive # Run build.sh ./build.sh ../games/capturetheflag + +# Queue update +if [[ -d ../worlds/ctf ]]; then + touch ../worlds/ctf/queue_restart.txt +fi