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