Browse Source

Fix path in installer for unassigned template

Kristan Kenney 7 years ago
parent
commit
72cfa2542c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -947,7 +947,7 @@ cp -rf $hestiacp/packages $HESTIA/data/
 cp -rf $hestiacp/templates $HESTIA/data/
 cp -rf $hestiacp/templates $HESTIA/data/
 
 
 # Copy default "Success" page for unassigned hosts
 # Copy default "Success" page for unassigned hosts
-cp -rf $HESTIA/data/templates/web/unassigned/public_html/* /var/www/
+cp -rf $HESTIA/data/templates/web/unassigned/* /var/www/
 
 
 # Installing firewall rules
 # Installing firewall rules
 cp -rf $hestiacp/firewall $HESTIA/data/
 cp -rf $hestiacp/firewall $HESTIA/data/