Update dapostinstall.sh

Zmieniłem linki na zmiennie $eHTLINK
This commit is contained in:
Marek Miklewicz
2022-05-13 18:53:19 +02:00
committed by GitHub
parent 8c5e7ccc88
commit 385e0a7139
+2 -2
View File
@@ -250,12 +250,12 @@ cd /usr/local/directadmin/custombuild
echo "Inne optymalizacje" echo "Inne optymalizacje"
cd $DAPOSTINSTALL_DIR cd $DAPOSTINSTALL_DIR
wget https://ht.zenadmin.pl/daupdate.sh -O $DAPOSTINSTALL_DIR/daupdate.sh wget $HTLINK//daupdate.sh -O $DAPOSTINSTALL_DIR/daupdate.sh
chmod 700 $DAPOSTINSTALL_DIR/daupdate.sh chmod 700 $DAPOSTINSTALL_DIR/daupdate.sh
$DAPOSTINSTALL_DIR/daupdate.sh update $DAPOSTINSTALL_DIR/daupdate.sh update
daupdate rblda_full daupdate rblda_full
daupdate secssh daupdate secssh
wget https://ht.zenadmin.pl/hitmemodsec.sh -O /opt/hitmemodsec.sh wget $HTLINK/hitmemodsec.sh -O /opt/hitmemodsec.sh
sh /opt/hitmemodsec.sh sh /opt/hitmemodsec.sh
rm -f hitmemodsec.sh rm -f hitmemodsec.sh
daupdate antybots daupdate antybots