diff --git a/dapostinstall.sh b/dapostinstall.sh index 384ff18..d7a1a27 100755 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -1,5 +1,5 @@ #!/bin/bash -# VERSION 1.7.7-30.03.2025 +# VERSION 1.7.8-10.04.2025 if [ -f "/var/log/dapostinstall.done" ]; then echo -e "\e[31mSkrypt DApostinstall był już uruchomiony na tym serwerze - przerywam działanie.\e[0m" exit 1 @@ -576,10 +576,6 @@ touch /etc/ssh/sshd_config_placebo sed -i 's^/etc/ssh/sshd_config^/etc/ssh/sshd_config_placebo^g' $DADIR/conf/directadmin.conf systemctl restart directadmin -echo "Instalacja NetData" -cd $CBDIR -./build netdata - echo "Instalacja REDISa" cd $DADIR/scripts/custom ./php-extension.sh install redis