diff --git a/dapostinstall.sh b/dapostinstall.sh index 3c90585..3836357 100644 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -142,7 +142,7 @@ echo "Instalacja brandowanych templatek HITME" wget https://cdn.hitme.pl/da_templates.tar tar -xf da_templates.tar cp da_templates/*[1-9]* /home/admin/domains/default/ - cp da_templates//home/admin/domains/default/index.html + cp da_templates/index.html /home/admin/domains/default/index.html cp da_templates/suspended.shtml /home/admin/domains/suspended/index.html cp cp da_templates/index-hitme.html /var/www/html/index.html cd $DAPOSTINSTALL_DIR @@ -288,7 +288,7 @@ case $yn in wget https://cdn.hitme.pl/da_templates.tar tar -xf da_templates.tar cp da_templates/*[1-9]* /home/admin/domains/default/ - cp da_templates//home/admin/domains/default/index.html + cp da_templates/index.html /home/admin/domains/default/index.html cp da_templates/suspended.shtml /home/admin/domains/suspended/index.html cp cp da_templates/index-hitme.html /var/www/html/index.html cd $DAPOSTINSTALL_DIR