Ver Fonte

Exit PreStart Script

own3mall há 5 anos atrás
pai
commit
e0910b3fdf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      OGP/ogp_agent.pl

+ 1 - 1
OGP/ogp_agent.pl

@@ -1696,7 +1696,7 @@ sub run_before_start_commands
 			print FILE "exit\r\n";
 			close FILE;
 			chmod 0755, $prestartcmdfile;
-			system("cmd /Q /C start \"$prestartcmdfile\"");
+			system("cmd /Q /C start /wait \"$prestartcmdfile\"");
 			system("cmd /Q /C del \"$prestartcmdfile\"");
 		}