From c39fa750482f4ba1587d68c737f3f43657b1f8ed Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Thu, 26 Sep 2024 13:45:35 -0600 Subject: [PATCH] Fix a missing string quote Regression introduced in #1401 Signed-off-by: Jonathon Anderson --- overlays/wwinit/rootfs/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/wwinit/rootfs/init b/overlays/wwinit/rootfs/init index d9970af8..123a3617 100755 --- a/overlays/wwinit/rootfs/init +++ b/overlays/wwinit/rootfs/init @@ -47,7 +47,7 @@ else fi echo -echo "ERROR: There was a problem with the initial provisioning process. +echo "ERROR: There was a problem with the initial provisioning process." echo "Rebooting in 1 minute..." sleep 60 echo b > /proc/sysrq-trigger || /sbin/reboot -f