Update dapostinstall.sh

This commit is contained in:
Marek Miklewicz
2022-05-13 22:36:17 +02:00
committed by GitHub
parent dfc6a8c08e
commit ffc0f856ba
+2 -2
View File
@@ -2,8 +2,8 @@
DAPOSTINSTALL_DIR=/opt/dapostinstall DAPOSTINSTALL_DIR=/opt/dapostinstall
HTLINK="https://ht.zenadmin.pl" HTLINK="https://ht.zenadmin.pl"
cd $DAPOSTINSTALL_DIR cd $DAPOSTINSTALL_DIR
wget $HTLINK//daupdate.sh -O $DAPOSTINSTALL_DIR/daupdate.sh wget $HTLINK//daupdate.sh -O /opt/daupdate.sh
chmod 700 $DAPOSTINSTALL_DIR/daupdate.sh chmod 700 /opt/daupdate.sh
cd /opt/ cd /opt/
sh daupdate.sh update sh daupdate.sh update
cd $DAPOSTINSTALL_DIR cd $DAPOSTINSTALL_DIR