Update UPDATE.sh

This commit is contained in:
Stefan Pejcic
2024-07-16 19:15:28 +02:00
committed by GitHub
parent 8f118236f1
commit c6474db548

View File

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