Fixed vanilla version lookup to fail early

#756
This commit is contained in:
Geoff Bourne 2021-02-07 17:58:50 -06:00
parent 861faaa285
commit e46af9d54c

View file

@ -1,7 +1,12 @@
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
. ${SCRIPTS:-/}start-utils
: ${PROXY:=}
: ${RCON_PASSWORD_FILE:=}
shopt -s nullglob
#umask 002