ソースを参照

Added protocol_shutdown_waittime by default

own3mall 5 年 前
コミット
4977589a2b
1 ファイル変更1 行追加0 行削除
  1. 1 0
      OGP/agent_conf.sh

+ 1 - 0
OGP/agent_conf.sh

@@ -636,6 +636,7 @@ then
 	prefs="${prefs}\togp_manages_ftp => '${ogpManagesFTP}',\n"
 	prefs="${prefs}\togp_manages_ftp => '${ogpManagesFTP}',\n"
 	prefs="${prefs}\tftp_method => '${ftpMethod}',\n"
 	prefs="${prefs}\tftp_method => '${ftpMethod}',\n"
 	prefs="${prefs}\togp_autorestart_server => '${autoRestart}',\n"
 	prefs="${prefs}\togp_autorestart_server => '${autoRestart}',\n"
+	prefs="${prefs}\tprotocol_shutdown_waittime => '10',\n"
 	if [ "X${proftpd}" == "Xyes" ]
 	if [ "X${proftpd}" == "Xyes" ]
 	then
 	then
 		prefs="${prefs}\tproftpd_conf_path => '${proFTPdConfPath}'\n"
 		prefs="${prefs}\tproftpd_conf_path => '${proFTPdConfPath}'\n"