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