From db100b362b9d8e2dc33d7c4c515668b281e7699d Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Mon, 5 Aug 2024 11:58:29 +0200 Subject: [PATCH] test: wip Signed-off-by: Stephan Wendel --- src/modules/debug/start_chroot_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/debug/start_chroot_script b/src/modules/debug/start_chroot_script index 2113c24de..4b25da2e4 100644 --- a/src/modules/debug/start_chroot_script +++ b/src/modules/debug/start_chroot_script @@ -19,7 +19,7 @@ install_cleanup_trap echo_red "DEBUG: -------------------------------------------------" cd / -ls -al /run/systemd/resolve/stub-resolv.conf +ls -al /run/systemd/resolve/stub-resolv.conf || true echo_red "--------------------------------------------------------"