Skip to content

Commit 87d621d

Browse files
committed
Use full path for hestia-event.conf in event migration script.
This issue resolves hestiacp#886
1 parent f67df0c commit 87d621d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/manual/migrate_mpm_event.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for module in $a2modules; do
3434
done
3535

3636
a2enmod --quiet mpm_event
37-
cp -f $HESTIA_INSTALL_DIR/apache2/hestia-event.conf /etc/apache2/conf.d/
37+
cp -f /usr/local/hestia/install/deb/apache2/hestia-event.conf /etc/apache2/conf.d/
3838

3939
# Check if all went well
4040
if ! apache2ctl configtest >/dev/null 2>&1; then

0 commit comments

Comments
 (0)