Kaynağa Gözat

Small fix for newer changes.

Added missing comma to avoid a problem when later script adds more settings (linux_user_per_game_server)
DieFeM 3 yıl önce
ebeveyn
işleme
45c6810b52
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      agent_conf.sh

+ 1 - 1
agent_conf.sh

@@ -673,7 +673,7 @@ then
 	prefs="${prefs}\tlinux_user_per_game_server => '1',\n"
 	if [ "X${proftpd}" == "Xyes" ]
 	then
-		prefs="${prefs}\tproftpd_conf_path => '${proFTPdConfPath}'\n"
+		prefs="${prefs}\tproftpd_conf_path => '${proFTPdConfPath}',\n"
 	fi
 	prefs="${prefs});"
 	echo -e $prefs > $prefsfile