mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-06-30 23:12:54 +00:00
Fix wrong command mapping
This commit is contained in:
@ -17,7 +17,7 @@ case "$1" in
|
||||
/scripts/add-client.sh
|
||||
exit 0
|
||||
;;
|
||||
'rm-client' | 'show')
|
||||
'rm-client' | 'rm')
|
||||
if [ -z $2 ]; then
|
||||
echo "Usage: rm-client <client id>"
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user