Просмотр исходного кода

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

Raphael Schneeberger 5 лет назад
Родитель
Сommit
87d621d956
1 измененных файлов с 1 добавлено и 1 удалено
  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
 
 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
 if ! apache2ctl configtest >/dev/null 2>&1; then