http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12856 Bug ID: 12856 Summary: koha-disable fails without disabling site Change sponsored?: --- Product: Koha Version: 3.16 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: koha@akafred.com QA Contact: testopia@bugs.koha-community.org When running 'koha-disable <instancename>' (eg. koha-disable myinstance) (on a fresh install of koha) I get: /usr/sbin/koha-disable: 35: [: =: argument expected
From what I can tell the site is never disabled.
See http://paste.koha-community.org/184 for a paste from running 'bash -x koha-disable". My guess is that this is caused by a reference to $instancename in the script (that is never set). -- You are receiving this mail because: You are watching all bug changes.