@@ -, +, @@ applied --------- -- notice it fails to mention dbhost -- notice it mentions dbhost --- debian/scripts/koha-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/debian/scripts/koha-create +++ a/debian/scripts/koha-create @@ -566,7 +566,7 @@ then --use-db must have a database name. It can be specified in a readable password file ($PASSWDFILE). Using --passwdfile overrides the default /usr/koha/passwd file. Each line of a passwd file should be in the format of: - instance:username:password:dbname + instance:username:password:dbname:dbhost A database name can also be specified using '--database dbname'. NO_DB die; --