View | Details | Raw Unified | Return to bug 22396
Collapse All | Expand All

(-)a/debian/scripts/koha-sip (-2 / +4 lines)
Lines 64-70 start_sip() Link Here
64
    if ! is_sip_running $name; then
64
    if ! is_sip_running $name; then
65
65
66
        adjust_paths_dev_install $name
66
        adjust_paths_dev_install $name
67
        export KOHA_CONF PERL5LIB
67
        export KOHA_HOME PERL5LIB
68
68
        if [ "$DEV_INSTALL" = "" ]; then
69
        if [ "$DEV_INSTALL" = "" ]; then
69
            LIBDIR=$KOHA_HOME/lib
70
            LIBDIR=$KOHA_HOME/lib
70
        else
71
        else
Lines 276-281 if [ $# -gt 0 ]; then Link Here
276
277
277
        if is_instance $name; then
278
        if is_instance $name; then
278
279
280
            export KOHA_CONF="/etc/koha/sites/$name/koha-conf.xml"
281
279
            case $op in
282
            case $op in
280
                "start")
283
                "start")
281
                    start_sip $name
284
                    start_sip $name
282
- 

Return to bug 22396