Explorar el Código

Remove extra lines in v-delete-web-domain-httpauth

Kristan Kenney hace 7 años
padre
commit
dc742b8baa
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      bin/v-delete-web-domain-httpauth

+ 0 - 2
bin/v-delete-web-domain-httpauth

@@ -23,8 +23,6 @@ source $HESTIA/conf/hestia.conf
 # Defining htpasswd file
 htaccess="$HOMEDIR/$user/conf/web/$domain/htaccess"
 htpasswd="$HOMEDIR/$user/conf/web/$domain/htpasswd"
-shtaccess="$HOMEDIR/$user/conf/web/s$WEB_SYSTEM.$domain.conf_htaccess"
-shtpasswd="$HOMEDIR/$user/conf/web/s$WEB_SYSTEM.$domain.htpasswd"
 
 #----------------------------------------------------------#
 #                    Verifications                         #