@@ -, +, @@ --- debian/scripts/koha-create | 13 +++++++++++++ 1 file changed, 13 insertions(+) --- a/debian/scripts/koha-create +++ a/debian/scripts/koha-create @@ -556,6 +556,19 @@ name="$1" set_upload_path $name +if [ "$op" = use ] && [ "$CLO_DATABASE" = "" ] && + ( [ ! -f "$PASSWDFILE" ] || [ ! `cat $PASSWDFILE | grep "^$name:"` ] ) +then + cat <