mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 10:58:28 +00:00
Error out if arkserverroot is not set
This commit is contained in:
parent
3f1110bd0a
commit
f7e8b1ada9
@ -1484,7 +1484,10 @@ useConfig() {
|
||||
return
|
||||
fi
|
||||
done
|
||||
source "$1"
|
||||
if [ -z "$arkserverroot" ]; then
|
||||
echo "Error: arkserverroot not set"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
showUsage() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user