finish GWN Manager script

This commit is contained in:
tremor021 2026-01-07 20:36:02 +01:00
parent 58381e11de
commit 619015e68f
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ function update_script() {
exit exit
fi fi
msg_info "Application is updated via the web interface!" msg_ok "Application is updated via the web interface!"
exit exit
} }

View File

@ -12,8 +12,8 @@
"documentation": "https://documentation.grandstream.com/article-categories/gwn-mgmt/", "documentation": "https://documentation.grandstream.com/article-categories/gwn-mgmt/",
"website": "https://www.grandstream.com/products/networking-solutions/wi-fi-management/product/gwn-manager", "website": "https://www.grandstream.com/products/networking-solutions/wi-fi-management/product/gwn-manager",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/gwn-manager.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/gwn-manager.webp",
"config_path": "", "config_path": "/gwn/conf/gwn.conf",
"description": "GWN Manager is a web-based management interface for GrandStream GWN series devices.", "description": "GWN Manager is a free on-premise enterprise-grade, management platform for Grandstream GWN series devices. Typically deployed on a customers private network, this flexible, scalable solution offers simplified configuration and management.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
@ -33,8 +33,8 @@
}, },
"notes": [ "notes": [
{ {
"text": "Gentoo compiles packages from source. Initial setup may take time.", "text": "Installation package is pulled from GrandStream website. Installation may take a while.",
"type": "warning" "type": "info"
} }
] ]
} }