while 7
This commit is contained in:
parent
970c350313
commit
a60351c22a
2
wire_g
2
wire_g
@ -91,7 +91,7 @@ import_wg(){
|
||||
|
||||
*_*.conf) if grep -i 'PEER\|PublicKey' $wgconf > /dev/null && grep -i 'Interface\|PrivateKey' $wgconf > /dev/null
|
||||
then
|
||||
while [ grep -i $wgconf ${wg_wdir}.tunnel.txt ]
|
||||
while grep "$wgconf" ${wg_wdir}.tunnel.txt
|
||||
do
|
||||
yad --window-icon=${wg_pic}wg-stop.png \
|
||||
--image=${wg_pic}wg-info.png --button "OK" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user