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

(-)a/Koha/Config.pm (-2 / +1 lines)
Lines 48-54 sub read_from_file { Link Here
48
    };
48
    };
49
49
50
    if ($@) {
50
    if ($@) {
51
        die "\nError reading file $file.\nMake sure you are using the correct user (use koha-shell should resolve this problem)\n\n";
51
        die "\nError reading file $file.\nTry running this again as the koha instance user (or use the koha-shell command in debian)\n\n";
52
    }
52
    }
53
53
54
    return $xml;
54
    return $xml;
55
- 

Return to bug 19760