Changeset 8142
- Timestamp:
- Sep 28, 2018, 8:39:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-pmb/trunk/fuentes/debian/lliurex-pmb.prerm
r4925 r8142 6 6 opac_file="/etc/apache2-lliurex/sites-enabled/opac.conf" 7 7 pmb_file="/etc/apache2-lliurex/sites-enabled/pmb.conf" 8 pmb_timeout_file="/etc/apache2/conf-enabled/pmb.conf" 9 8 10 DISSITE="/usr/local/sbin/a2dissite-lliurex" 9 11 … … 20 22 21 23 fi 24 25 if [ -f $pmb_timeout_file ]; then 26 a2disconf pmb || true 27 fi 22 28 23 29 systemctl restart apache2-lliurex || true
Note: See TracChangeset
for help on using the changeset viewer.