Fix some bugs related to webpanel
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
source /etc/hysteria/core/scripts/path.sh
|
||||
source /etc/hysteria/core/scripts/services_status.sh
|
||||
|
||||
# Function to define colors
|
||||
define_colors() {
|
||||
@ -90,7 +89,7 @@ load_hysteria2_ips() {
|
||||
}
|
||||
|
||||
check_services() {
|
||||
|
||||
source /etc/hysteria/core/scripts/services_status.sh
|
||||
for service in "${services[@]}"; do
|
||||
service_base_name=$(basename "$service" .service)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user