From 14c2a6c69a3c42084ec4e6d14a5151d6fed2e232 Mon Sep 17 00:00:00 2001 From: punix Date: Sun, 26 Nov 2023 17:50:32 +0100 Subject: [PATCH] test --- wg_stop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wg_stop b/wg_stop index 2aee74b..2e2a240 100755 --- a/wg_stop +++ b/wg_stop @@ -41,4 +41,5 @@ WG_PIC="/home/$USER/.icons/" fi done IFS=$'\n' lines=( $(cat ${WG_WDIR}for-kill_pid.txt) ) - kill $lines \ No newline at end of file + kill $lines + #test \ No newline at end of file