2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-31 06:15:28 +00:00

setup.sh/setup: show usage when no argument is given (#2540)

This commit is contained in:
Casper
2022-04-18 15:28:12 +02:00
committed by GitHub
parent 1b1877f025
commit ee0c088b1f
3 changed files with 10 additions and 4 deletions

View File

@@ -236,4 +236,5 @@ function _main
return 0
}
[[ -z ${1:-} ]] && set 'help'
_main "${@}"