Update
drobne poprawki, pozniej dopisze reszte
This commit is contained in:
+4
-3
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
DAPOSTINSTALL_DIR=/opt/dapostinstall
|
||||
HTLINK="https://ht.zenadmin.pl"
|
||||
cd $DAPOSTINSTALL_DIR
|
||||
echo "Tworzenie domyslnego pakietu"
|
||||
mkdir -p /usr/local/directadmin/data/users/admin/packages/
|
||||
@@ -249,12 +250,12 @@ cd /usr/local/directadmin/custombuild
|
||||
echo "Inne optymalizacje"
|
||||
|
||||
cd $DAPOSTINSTALL_DIR
|
||||
wget 185.242.134.234/daupdate.sh -O $DAPOSTINSTALL_DIR/daupdate.sh
|
||||
wget https://ht.zenadmin.pl/daupdate.sh -O $DAPOSTINSTALL_DIR/daupdate.sh
|
||||
chmod 700 $DAPOSTINSTALL_DIR/daupdate.sh
|
||||
$DAPOSTINSTALL_DIR/daupdate.sh update
|
||||
daupdate rblda_full
|
||||
daupdate secssh
|
||||
wget 185.242.134.234/hitmemodsec.sh -O /opt/hitmemodsec.sh
|
||||
wget https://ht.zenadmin.pl/hitmemodsec.sh -O /opt/hitmemodsec.sh
|
||||
sh /opt/hitmemodsec.sh
|
||||
rm -f hitmemodsec.sh
|
||||
daupdate antybots
|
||||
@@ -270,6 +271,6 @@ sh da_cli.sh disablenamed
|
||||
sh da_cli.sh disablemultiserverpage
|
||||
sh da_cli.sh disablecreateadmin
|
||||
clear
|
||||
echo -e "\e[92mKonfiguracja zakonczona - usowam pliki tymczasowe\e[0m"
|
||||
echo -e "\e[92mKonfiguracja zakonczona - usuwam pliki tymczasowe\e[0m"
|
||||
cd ~
|
||||
rm -rf $DAPOSTINSTALL_DIR
|
||||
|
||||
Reference in New Issue
Block a user