diff --git a/dapostinstall.sh b/dapostinstall.sh index 95c02c5..888db04 100755 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -158,7 +158,6 @@ echo "Instalacja Modsecurity i reguĊ‚ek malware experts" echo "Instaluje branding hitme dla skorki evolution i serwera www" cd $DAPOSTINSTALL_DIR tar -xvf skin_customizations.tar -C $DADIR/data/users/admin/ - cp -Rfp login_branding/ $DADIR/ cd $DAPOSTINSTALL_DIR wget https://cdn.hitme.pl/da_templates.tar tar -xf da_templates.tar @@ -166,7 +165,14 @@ echo "Instaluje branding hitme dla skorki evolution i serwera www" cp da_templates/index.html /home/admin/domains/default/index.html cp da_templates/suspended.shtml /home/admin/domains/suspended/index.html cp da_templates/index-hitme.html /var/www/html/index.html - cd $DAPOSTINSTALL_DIR + cd $DAPOSTINSTALL_DIR + + echo "Login branging hitme" + cd / + wget https://cdn.hitme.pl/da_files/da-branding-hitme.tar.gz + tar xvzf da-branding-hitme.tar.gz + rm -rf da-branding-hitme.tar.gz + cd $DAPOSTINSTALL_DIR echo "Instalacja Security headers"