Fix wrong command mapping

This commit is contained in:
2022-12-02 17:01:18 +01:00
parent f4d26084a2
commit 3659803336

View File

@ -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