Update dapostinstall.sh
This commit is contained in:
+1
-5
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# VERSION 1.7.7-30.03.2025
|
# VERSION 1.7.8-10.04.2025
|
||||||
if [ -f "/var/log/dapostinstall.done" ]; then
|
if [ -f "/var/log/dapostinstall.done" ]; then
|
||||||
echo -e "\e[31mSkrypt DApostinstall był już uruchomiony na tym serwerze - przerywam działanie.\e[0m"
|
echo -e "\e[31mSkrypt DApostinstall był już uruchomiony na tym serwerze - przerywam działanie.\e[0m"
|
||||||
exit 1
|
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
|
sed -i 's^/etc/ssh/sshd_config^/etc/ssh/sshd_config_placebo^g' $DADIR/conf/directadmin.conf
|
||||||
systemctl restart directadmin
|
systemctl restart directadmin
|
||||||
|
|
||||||
echo "Instalacja NetData"
|
|
||||||
cd $CBDIR
|
|
||||||
./build netdata
|
|
||||||
|
|
||||||
echo "Instalacja REDISa"
|
echo "Instalacja REDISa"
|
||||||
cd $DADIR/scripts/custom
|
cd $DADIR/scripts/custom
|
||||||
./php-extension.sh install redis
|
./php-extension.sh install redis
|
||||||
|
|||||||
Reference in New Issue
Block a user