mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-28 05:55:53 +00:00
Update hw-acceleration.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user