Update hw-acceleration.sh

This commit is contained in:
CanbiZ 2025-03-27 14:53:00 +01:00
parent c8110be760
commit 69a2c23702

View File

@ -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