This commit is contained in:
LinuxSquare 2024-04-21 14:49:23 +02:00
parent a11e37ce72
commit 06d86accaa

View file

@ -18,7 +18,7 @@ function server() {
;; ;;
*) *)
help "$server" help "$server"
exit 1 log e "Unknown subcommand"
esac esac
fi fi
} }