From 069abe3c9c82afee58038fe5fca94e5e67663121 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Tue, 1 Oct 2024 21:39:32 +0200 Subject: [PATCH] Updated scripts/re{boot,start}all.sh (to work on all containers). --- scripts/rebootall.sh | 2 +- scripts/restartall.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/rebootall.sh b/scripts/rebootall.sh index afe8a13..7d31972 100755 --- a/scripts/rebootall.sh +++ b/scripts/rebootall.sh @@ -1,4 +1,4 @@ #!/bin/sh -lxc-autostart --reboot +lxc-autostart --reboot --all diff --git a/scripts/restartall.sh b/scripts/restartall.sh index 920475a..38b75e4 100755 --- a/scripts/restartall.sh +++ b/scripts/restartall.sh @@ -1,5 +1,5 @@ #!/bin/sh -lxc-autostart --shutdown -t 300 -lxc-autostart +lxc-autostart --shutdown --all --timeout 300 +lxc-autostart --all -- 2.54.0