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

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

Return to bug 22143