mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
parent
8d4abb5a71
commit
bc471a52a6
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user