diff --git a/data_from_portwine/scripts/portwine_db/WorldOfTanksEnCoreLauncher b/data_from_portwine/scripts/portwine_db/WorldOfTanksEnCoreLauncher index 8454af3..d176dee 100755 --- a/data_from_portwine/scripts/portwine_db/WorldOfTanksEnCoreLauncher +++ b/data_from_portwine/scripts/portwine_db/WorldOfTanksEnCoreLauncher @@ -15,7 +15,7 @@ while [ `pidof -s dotNetFx40_Full_x86_x64.exe` ] ; do if [ $? -eq 0 ] ; then sleep 1 - elif + else export dotnet_pids=`ps -ax | grep mscorsvw.exe | awk '{print $1}' | uniq` [ ! -z $dotnet_pids ] kill -n 9 $dotnet_pids