From bc4b26b6fe625651c9aef25816afedf75c25fa65 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 16 Oct 2024 16:19:35 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.3.2/UPDATE.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/version/0.3.2/UPDATE.sh b/version/0.3.2/UPDATE.sh index c093679b..8ede561a 100644 --- a/version/0.3.2/UPDATE.sh +++ b/version/0.3.2/UPDATE.sh @@ -245,9 +245,8 @@ download_new_admin() { echo "Updating OpenAdmin from https://github.com/stefanpejcic/openadmin" echo "" cd $OPENADMIN_DIR - #git stash + git reset --hard HEAD # discard all local changes! git pull - #git stash pop # needed for csf chmod +x ${OPENADMIN_DIR}modules/security/csf.pl