Update dapostinstall.sh
This commit is contained in:
+3
-6
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user