Przeglądaj źródła

Added protocol_shutdown_waittime by default

own3mall 5 lat temu
rodzic
commit
4977589a2b
1 zmienionych plików z 1 dodań i 0 usunięć
  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}\tftp_method => '${ftpMethod}',\n"
 	prefs="${prefs}\togp_autorestart_server => '${autoRestart}',\n"
+	prefs="${prefs}\tprotocol_shutdown_waittime => '10',\n"
 	if [ "X${proftpd}" == "Xyes" ]
 	then
 		prefs="${prefs}\tproftpd_conf_path => '${proFTPdConfPath}'\n"