mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-13 13:07:39 +02:00
Update to v8.16.0
This commit is contained in:
@@ -461,7 +461,7 @@ class main():
|
||||
if public.get_webserver() !="nginx" or not os.path.exists('{}/nginx/sbin/nginx'.format(public.get_setup_path())):
|
||||
return public.return_message(-1, 0, public.lang('At present, only nginx is supported as the web server. Please adjust the web server to nginx first and backup the website data when adjusting the web server'))
|
||||
#
|
||||
download_url="https://www.aapanel.com/script/Multi-user_install.sh"
|
||||
download_url=f"{public.OfficialApiBase()}/script/Multi-user_install.sh"
|
||||
# download_url="http://192.168.66.161/install/Multi-user_install_____III.sh" #内网测试
|
||||
install_path="{}/panel/install".format(public.get_setup_path())
|
||||
install_file=install_path+"/vhost_virtual.sh"
|
||||
@@ -498,7 +498,7 @@ class main():
|
||||
# public.ExecShell(cmd)
|
||||
|
||||
# 下载更新脚本
|
||||
download_url = "https://www.aapanel.com/script/Multi-user_install.sh"
|
||||
download_url = f"{public.OfficialApiBase()}/script/Multi-user_install.sh"
|
||||
install_path = "{}/panel/install".format(public.get_setup_path())
|
||||
install_file = install_path + "/vhost_virtual.sh"
|
||||
if os.path.exists(install_file):
|
||||
|
||||
Reference in New Issue
Block a user