Update UPDATE.sh

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

View File

@@ -271,7 +271,10 @@ download_new_admin() {
echo "Updating OpenAdmin from https://github.com/stefanpejcic/openadmin"
echo ""
cd /usr/local/admin/
#stash is used for demo
git stash
git pull
git stash pop
service admin restart
}