diff --git a/src/modules/debug/start_chroot_script b/src/modules/debug/start_chroot_script index 2b247c1f6..3f9a53ad1 100644 --- a/src/modules/debug/start_chroot_script +++ b/src/modules/debug/start_chroot_script @@ -40,6 +40,7 @@ echo_red "DEBUG: --------------------------------------------------" echo_green "Try to alter dns ---------------------------------------" echo "nameserver 1.1.1.1" > /etc/resolv.conf +sudo systemctl restart systemd-resolved echo_green "Try to alter dns ---------------------------------------"