Browse Source

Use full path for hestia-event.conf in event migration script.
This issue resolves #886

Raphael Schneeberger 5 years ago
parent
commit
87d621d956
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/upgrade/manual/migrate_mpm_event.sh

+ 1 - 1
install/upgrade/manual/migrate_mpm_event.sh

@@ -34,7 +34,7 @@ for module in $a2modules; do
 done
 done
 
 
 a2enmod --quiet mpm_event
 a2enmod --quiet mpm_event
-cp -f $HESTIA_INSTALL_DIR/apache2/hestia-event.conf /etc/apache2/conf.d/
+cp -f /usr/local/hestia/install/deb/apache2/hestia-event.conf /etc/apache2/conf.d/
 
 
 # Check if all went well
 # Check if all went well
 if ! apache2ctl configtest >/dev/null 2>&1; then
 if ! apache2ctl configtest >/dev/null 2>&1; then