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
32f609fa48
commit
e14f041e91
@ -104,6 +104,9 @@ FUNCTIONS=(
|
||||
# update opencli
|
||||
opencli_update
|
||||
|
||||
# set_floating_service
|
||||
set_floating_service
|
||||
|
||||
# repalce ip with username in nginx container files
|
||||
nginx_change_in
|
||||
|
||||
@ -425,9 +428,13 @@ download_new_admin() {
|
||||
mv /etc/openpanel/openadmin/config/terms /etc/openpanel/openadmin/config/terms_accepted_on_update
|
||||
|
||||
service admin restart
|
||||
}
|
||||
|
||||
|
||||
|
||||
set_floating_service(){
|
||||
|
||||
|
||||
echo ""
|
||||
echo "Setting service to auto-fill /etc/hosts"
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user