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