Przeglądaj źródła

Exit PreStart Script

own3mall 5 lat temu
rodzic
commit
7fa459080c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      OGP/ogp_agent.pl

+ 1 - 0
OGP/ogp_agent.pl

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