Update UPDATE.sh

This commit is contained in:
Stefan Pejcic
2024-08-19 12:45:41 +02:00
committed by GitHub
parent f1a6767b45
commit e9bc1d058a

View File

@@ -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
}