From e9bc1d058a8a115bddcd6394036ed39b048850c2 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 19 Aug 2024 12:45:41 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.2.5/UPDATE.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version/0.2.5/UPDATE.sh b/version/0.2.5/UPDATE.sh index d3b7dfc0..efd87e80 100644 --- a/version/0.2.5/UPDATE.sh +++ b/version/0.2.5/UPDATE.sh @@ -438,9 +438,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 cp /etc/openpanel/docker/compose/new-docker-compose.yml /root/docker-compose.yml }