Update dapostinstall.sh

This commit is contained in:
Marek Miklewicz
2022-05-13 20:18:54 +02:00
committed by GitHub
parent 09148daddd
commit fa0600f9f3
+3 -6
View File
@@ -55,9 +55,9 @@ read -p "Czy instalowac ModSecurity z reglłkami Malware Experts (T/N)? " yn
case $yn in case $yn in
[Tt] ) echo "Instaluje ModSecurity + Malware Experts" [Tt] ) echo "Instaluje ModSecurity + Malware Experts"
wget $HTLINK/hitmemodsec.sh -O /opt/hitmemodsec wget $HTLINK/hitmemodsec.sh -O /opt/hitmemodsec.sh
sh /opt/hitmemodsec.sh sh /opt/hitmemodsec.sh
rm -f /opt/hitmemodsec.sh rm -f hitmemodsec.sh
break;; break;;
[nN] ) echo "Pomijam instalacje ModSecurity"; [nN] ) echo "Pomijam instalacje ModSecurity";
break;; break;;
@@ -284,9 +284,6 @@ 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 $HTLINK/hitmemodsec.sh -O /opt/hitmemodsec.sh
sh /opt/hitmemodsec.sh
rm -f hitmemodsec.sh
daupdate antybots daupdate antybots
cd /opt cd /opt
sh /opt/daupdate bbmysql sh /opt/daupdate bbmysql