From c1308b55b04983a8bf0c2d5cb473a7f9bbadc330 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Thu, 12 Jan 2017 22:35:13 +0100 Subject: [PATCH] single quote password --- Starbound/sbserver | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Starbound/sbserver b/Starbound/sbserver index 732a1d9c0..e6b37dc71 100644 --- a/Starbound/sbserver +++ b/Starbound/sbserver @@ -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 ip="0.0.0.0" @@ -197,4 +197,4 @@ fi core_dl.sh core_functions.sh getopt=$1 -core_getopt.sh \ No newline at end of file +core_getopt.sh