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

(-)a/debian/scripts/koha-remove (-1 / +10 lines)
Lines 138-141 eof Link Here
138
    a2dissite "$name" > /dev/null 2>&1 || a2dissite "${name}.conf" > /dev/null 2>&1 || /bin/true
138
    a2dissite "$name" > /dev/null 2>&1 || a2dissite "${name}.conf" > /dev/null 2>&1 || /bin/true
139
done
139
done
140
140
141
if [ -e /etc/koha/koha-sites.conf ]
142
then
143
    . /etc/koha/koha-sites.conf
144
fi
145
146
if [ "$USE_MEMCACHED" = "yes" ]; then
147
    # restart memcached to clear any data related to the removed instance(s)
148
    systemctl restart memcached
149
fi
150
141
service apache2 restart
151
service apache2 restart
142
- 

Return to bug 20884