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:
parent
50316ee617
commit
ec5183b553
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user