From 20096c93322c07900e283a60be216f3cb5446d6b Mon Sep 17 00:00:00 2001 From: Marek Miklewicz Date: Sat, 20 Apr 2024 13:02:55 +0200 Subject: [PATCH] login branding hitme update --- dapostinstall.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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"