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

(-)a/debian/scripts/koha-dump (-1 / +2 lines)
Lines 95-100 dump_instance() Link Here
95
        "etc/apache2/sites-enabled/$instancefile" \
95
        "etc/apache2/sites-enabled/$instancefile" \
96
        "var/lib/koha/$name" \
96
        "var/lib/koha/$name" \
97
        "var/log/koha/$name"
97
        "var/log/koha/$name"
98
    chown "root:$name-koha" "$metadump"
99
    chmod g+r "$metadump"
98
100
99
    [ "$quiet" = "no" ] && echo "Done."
101
    [ "$quiet" = "no" ] && echo "Done."
100
}
102
}
101
- 

Return to bug 14564