@@ -, +, @@ koha-create script -> Without patch you see the getent error message -> With patch you see usage and "Missing instance name" message --- debian/scripts/koha-create | 2 ++ 1 file changed, 2 insertions(+) --- a/debian/scripts/koha-create +++ a/debian/scripts/koha-create @@ -550,6 +550,8 @@ fi set_authorities_indexing_mode $AUTHORITIES_INDEXING_MODE $ZEBRA_MARC_FORMAT +[ $# -ge 1 ] || ( usage ; die "Missing instance name..." ) + name="$1" set_upload_path $name --