test kill1
This commit is contained in:
parent
f35caa6cde
commit
9ec1f3bdbd
2
wg_stop
2
wg_stop
@ -42,7 +42,7 @@ export TEXTDOMAINDIR="/usr/share/locale"
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
IFS=$'\n' lines=( $(awk '{print $2}' ${WG_WDIR}Notify_PID.txt) ) # Dies zeigt auf die richtige pid
|
IFS=$'\n' lines=( $(awk '{print $2}' ${WG_WDIR}Notify_PID.txt) ) # Dies zeigt auf die richtige pid
|
||||||
kill -n "$lines" #> /dev/null 2>&1
|
kill $lines #> /dev/null 2>&1
|
||||||
|
|
||||||
################################# END ##################################################################
|
################################# END ##################################################################
|
||||||
############################################################################################################
|
############################################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user