fix: error message

This commit is contained in:
GenZmeY 2020-08-08 05:14:26 +03:00
parent 29582eb2b8
commit d7502e7cbe

View File

@ -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