diff --git a/release/package/run.sh b/release/package/run.sh index 50b44d893..1e7687dcd 100755 --- a/release/package/run.sh +++ b/release/package/run.sh @@ -194,6 +194,9 @@ make_package () { echo "Package saved to $package_host_destination." } +if [[ "$#" -lt 1 ]]; then + print_help +fi case "$1" in init) shift 1