wg_stop funktioniert jetzt mit kill pid
This commit is contained in:
parent
9ec1f3bdbd
commit
c1006a716e
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 $lines #> /dev/null 2>&1
|
kill $lines
|
||||||
|
|
||||||
################################# END ##################################################################
|
################################# END ##################################################################
|
||||||
############################################################################################################
|
############################################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user