From c6474db5480d74d97f013934a4513628f1b8bd6d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 16 Jul 2024 19:15:28 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.2.2/UPDATE.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version/0.2.2/UPDATE.sh b/version/0.2.2/UPDATE.sh index f3cafc1e..b420f613 100644 --- a/version/0.2.2/UPDATE.sh +++ b/version/0.2.2/UPDATE.sh @@ -282,9 +282,9 @@ update_config_files() { echo "Downloading latest OpenPanel configuration from https://github.com/stefanpejcic/openpanel-configuration" echo "" cd /etc/openpanel/ - #git stash + git stash git pull - #git stash pop + git stash pop }