http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14901 Bug ID: 14901 Summary: koha-shell killed by control-c Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Packaging Assignee: koha-bugs@lists.koha-community.org Reporter: kyle.m.hall@gmail.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz When koha-shell is invoked in Debian Wheezy, ctrl-c does not just kill the command you are running, it kills the koha shell itself. This is because koha-shell acts as a command rather than a shell. If koha-shell were to use su - to become the koha user, this would not happen. Is there a specific reason koha-shell does not use su to change the user, rather than changing the uid and gid? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.