From 594a636ace1d9f498ce8cbc8dbf8a640371482a5 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Thu, 12 Jan 2017 22:35:04 +0100 Subject: [PATCH] single quote password --- KillingFloor/kfserver | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KillingFloor/kfserver b/KillingFloor/kfserver index 3227bdd58..e42dd92a1 100644 --- a/KillingFloor/kfserver +++ b/KillingFloor/kfserver @@ -24,7 +24,7 @@ version="170110" ## SteamCMD Login | https://github.com/GameServerManagers/LinuxGSM/wiki/SteamCMD#steamcmd-login steamuser="username" -steampass="password" +steampass='password' ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters defaultmap="KF-BioticsLab.rom" @@ -203,4 +203,4 @@ fi core_dl.sh core_functions.sh getopt=$1 -core_getopt.sh \ No newline at end of file +core_getopt.sh