remove old whiptail reference from so-functions

This commit is contained in:
Doug Burks
2022-12-20 10:45:30 -05:00
committed by GitHub
parent 6487e6e1f0
commit 388e0a08ae

View File

@@ -1547,7 +1547,6 @@ networking_needful() {
source "$net_init_file" source "$net_init_file"
fi fi
if [[ $reinit_networking ]] || ! [[ -f $net_init_file ]]; then if [[ $reinit_networking ]] || ! [[ -f $net_init_file ]]; then
#whiptail_network_init_notice
network_init network_init
fi fi
set_main_ip set_main_ip