wg_stop funktioniert jetzt mit kill pid

This commit is contained in:
Désiré Werner Menrath 2023-11-16 09:11:24 +01:00
parent 9ec1f3bdbd
commit c1006a716e

View File

@ -42,7 +42,7 @@ export TEXTDOMAINDIR="/usr/share/locale"
fi
done
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 ##################################################################
############################################################################################################