mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-27 09:40:10 +00:00
fix listing disabled clients
This commit is contained in:
parent
983d43f791
commit
13d40399f3
3 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ fi
|
|||
|
||||
|
||||
if [ "$DISPLAY_DISABLED" ]; then
|
||||
grep 'disabled### begin client' wg0.conf | sed 's/#//g; s/begin//'
|
||||
grep 'disabled### begin' wg0.conf | sed 's/#//g; s/begin//'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue