test kill1

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

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 -n "$lines" #> /dev/null 2>&1
kill $lines #> /dev/null 2>&1
################################# END ##################################################################
############################################################################################################