fix: error message
This commit is contained in:
parent
001b13002e
commit
30b35fa24e
@ -67,7 +67,7 @@ function instance_add () # $*: InstanceName[s]
|
||||
exit 1
|
||||
elif ! server_exists; then
|
||||
echo "You must install server first"
|
||||
echo "Run \"$ScriptName game update\" to install it"
|
||||
echo "Run \"${ScriptName}${KF2POSTFIX} game update\" to install it"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user