From ffc0f856ba07f35b3469d295ae573ea566a0c953 Mon Sep 17 00:00:00 2001 From: Marek Miklewicz <86836305+marsonpl@users.noreply.github.com> Date: Fri, 13 May 2022 22:36:17 +0200 Subject: [PATCH] Update dapostinstall.sh --- dapostinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dapostinstall.sh b/dapostinstall.sh index 7a2932d..bd10fc5 100644 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -2,8 +2,8 @@ DAPOSTINSTALL_DIR=/opt/dapostinstall HTLINK="https://ht.zenadmin.pl" cd $DAPOSTINSTALL_DIR -wget $HTLINK//daupdate.sh -O $DAPOSTINSTALL_DIR/daupdate.sh -chmod 700 $DAPOSTINSTALL_DIR/daupdate.sh +wget $HTLINK//daupdate.sh -O /opt/daupdate.sh +chmod 700 /opt/daupdate.sh cd /opt/ sh daupdate.sh update cd $DAPOSTINSTALL_DIR