From a01eb8abd53e0150b4c3aa54de4c411bdc844bcd Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 30 Oct 2023 19:47:05 +0100 Subject: [PATCH] reboot-LXC-host.sh: add flag '-f' (force) to the reboot command. --- reboot-LXC-host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reboot-LXC-host.sh b/reboot-LXC-host.sh index 222fc79..4970adb 100755 --- a/reboot-LXC-host.sh +++ b/reboot-LXC-host.sh @@ -305,7 +305,7 @@ if $terminal ; then echo "" fi -/sbin/reboot +/sbin/reboot -f clean_up 0