Browse Source

Remove incorrect quote

Ernesto Nicolás Carrea 5 years ago
parent
commit
c0ff7eb2dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/module/apache/install.inc

+ 1 - 1
bin/module/apache/install.inc

@@ -62,7 +62,7 @@ EOL
         echo "# Powered by Hestia" > $OSAL_PATH_APACHE_CONF_D/ssl.conf
         echo "# Powered by Hestia" > $OSAL_PATH_APACHE_CONF_D/ssl.conf
         echo "# Powered by Hestia" > $OSAL_PATH_APACHE_CONF_D/welcome.conf
         echo "# Powered by Hestia" > $OSAL_PATH_APACHE_CONF_D/welcome.conf
         echo "# Powered by Hestia" > $OSAL_PATH_APACHE_CONF_D/userdir.conf
         echo "# Powered by Hestia" > $OSAL_PATH_APACHE_CONF_D/userdir.conf
-        echo > $OSAL_PATH_APACHE_CONF_D/dir.conf <<EOL "# This file was added by Hestia Control Panel.
+        echo > $OSAL_PATH_APACHE_CONF_D/dir.conf <<EOL # This file was added by Hestia Control Panel.
         <IfModule mod_dir.c>
         <IfModule mod_dir.c>
                 DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm
                 DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm
         </IfModule>
         </IfModule>