From cb9ccd6cf3838b75c9e760b0ff94be2846dc57cd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 3 Jun 2010 15:45:45 +1200 Subject: [PATCH] Disable a new site created with --request-db. This way, the various cron jobs will not try to do things to it. They can't, since it is not yet really created. Signed-off-by: Galen Charlton --- debian/scripts/koha-create | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index 33edb94c25..60262d493d 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -227,3 +227,9 @@ then # Start Zebra. koha-start-zebra "$name" fi + + +if [ "$op" = request ] +then + koha-disable "$name" +fi -- 2.20.1