From 69a2c237020ffa6c20ec22b158a96ee9039cdaba Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 27 Mar 2025 14:53:00 +0100 Subject: [PATCH] Update hw-acceleration.sh --- scripts/tools/hw-acceleration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tools/hw-acceleration.sh b/scripts/tools/hw-acceleration.sh index 2d412c6..712fd0a 100644 --- a/scripts/tools/hw-acceleration.sh +++ b/scripts/tools/hw-acceleration.sh @@ -188,7 +188,7 @@ function main() { read -rp "Restart updated container(s)? [y/N]: " restart if [[ "${restart,,}" == "y" ]]; then for ctid in "${updated_cts[@]}"; do - pct restart "$ctid" + pct reboot "$ctid" msg ok "Restarted container $ctid" done else