We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddcaca commit 22c81d9Copy full SHA for 22c81d9
install/upgrade/versions/1.9.1.sh
@@ -26,5 +26,5 @@ upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'
26
# Update hestia-event.conf
27
if [ -f "/etc/apache2/conf.d/hestia-event.conf" ]; then
28
rm -f /etc/apache2/conf.d/hestia-event.conf
29
- $HESTIA_INSTALL_DIR/apache2/hestia-event.conf /etc/apache2/conf.d/
+ cp -f $HESTIA_INSTALL_DIR/apache2/hestia-event.conf /etc/apache2/conf.d/
30
fi
0 commit comments