소스 검색

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 년 전
부모
커밋
45c6810b52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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