Update dapostinstall.sh
This commit is contained in:
+2
-5
@@ -55,9 +55,9 @@ read -p "Czy instalowac ModSecurity z reglłkami Malware Experts (T/N)? " yn
|
||||
|
||||
case $yn in
|
||||
[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
|
||||
rm -f /opt/hitmemodsec.sh
|
||||
rm -f hitmemodsec.sh
|
||||
break;;
|
||||
[nN] ) echo "Pomijam instalacje ModSecurity";
|
||||
break;;
|
||||
@@ -284,9 +284,6 @@ chmod 700 $DAPOSTINSTALL_DIR/daupdate.sh
|
||||
$DAPOSTINSTALL_DIR/daupdate.sh update
|
||||
daupdate rblda_full
|
||||
daupdate secssh
|
||||
wget $HTLINK/hitmemodsec.sh -O /opt/hitmemodsec.sh
|
||||
sh /opt/hitmemodsec.sh
|
||||
rm -f hitmemodsec.sh
|
||||
daupdate antybots
|
||||
cd /opt
|
||||
sh /opt/daupdate bbmysql
|
||||
|
||||
Reference in New Issue
Block a user