Unverified Commit 2ae02961 authored by Castro-Fidel's avatar Castro-Fidel Committed by GitHub

Merge pull request #36 from vitlav/master

WorldOfTanksEnCoreLauncher: fix if else
parents 2606ae7e ead61022
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment