1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Rename function

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2020-11-24 05:57:13 +01:00
parent 50316ee617
commit ec5183b553

View File

@ -946,7 +946,7 @@ process_status(){
done done
} }
pihole-FTL_full_status(){ ftl_full_status(){
# if using systemd print the full status of pihole-FTL # if using systemd print the full status of pihole-FTL
echo_current_diagnostic "Pi-hole-FTL full status" echo_current_diagnostic "Pi-hole-FTL full status"
local FTL_status local FTL_status
@ -1389,7 +1389,7 @@ check_networking
check_name_resolution check_name_resolution
check_dhcp_servers check_dhcp_servers
process_status process_status
pihole-FTL_full_status ftl_full_status
parse_setup_vars parse_setup_vars
check_x_headers check_x_headers
analyze_gravity_list analyze_gravity_list