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

(-)a/debian/scripts/koha-restore (-2 / +1 lines)
Lines 54-60 name=$(tar tf "$configdump" | Link Here
54
       sed -n '/^etc\/koha\/sites\/\([^/]*\)\/$/s//\1/p')
54
       sed -n '/^etc\/koha\/sites\/\([^/]*\)\/$/s//\1/p')
55
username="$name-koha"
55
username="$name-koha"
56
adduser --no-create-home --disabled-login --gecos "Koha instance $username" \
56
adduser --no-create-home --disabled-login --gecos "Koha instance $username" \
57
    --quiet "$username"
57
    --home "/var/lib/koha/$name" --quiet "$username"
58
58
59
59
60
# Create dirs. Some of them will be in the tarball, but not all, e.g.,
60
# Create dirs. Some of them will be in the tarball, but not all, e.g.,
61
- 

Return to bug 7216