update verify script case

This commit is contained in:
creme 2019-09-06 01:43:06 +02:00
parent e75242c6f3
commit 303b41a83d
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

2
envs
View File

@ -117,7 +117,7 @@ verify_script_name() {
fi
[[ -x /envs/bin/"$1" ]] && error_exit "$1 is already taken. rename your script and try again."
case "$1" in
help|about|description|desc|list|ls|submit|apropos|approve|revoke)
help|about|description|desc|list|ls|submit|apropos|approve|revoke|show|edit|get|set|unset)
error_exit "$1 is a subcommand of envs. rename your script and try again.";;
*)
return;;