Procházet zdrojové kódy

Exit PreStart Script

own3mall před 5 roky
rodič
revize
e0910b3fdf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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\"");
 		}