Fix source services_status.sh (Ignore output of the script)
This commit is contained in:
2
menu.sh
2
menu.sh
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
source /etc/hysteria/core/scripts/utils.sh
|
source /etc/hysteria/core/scripts/utils.sh
|
||||||
source /etc/hysteria/core/scripts/path.sh
|
source /etc/hysteria/core/scripts/path.sh
|
||||||
source /etc/hysteria/core/scripts/services_status.sh
|
source /etc/hysteria/core/scripts/services_status.sh >/dev/null 2>&1
|
||||||
|
|
||||||
check_services() {
|
check_services() {
|
||||||
for service in "${services[@]}"; do
|
for service in "${services[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user