From bc471a52a67fd4e4807e3094ce018b143fddad34 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 16 Jul 2024 19:19:28 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.2.2/UPDATE.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version/0.2.2/UPDATE.sh b/version/0.2.2/UPDATE.sh index c7663b5a..978a36c1 100644 --- a/version/0.2.2/UPDATE.sh +++ b/version/0.2.2/UPDATE.sh @@ -272,9 +272,9 @@ download_new_admin() { echo "" cd /usr/local/admin/ #stash is used for demo - git stash + #git stash git pull - git stash pop + #git stash pop service admin restart } @@ -285,9 +285,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 }