Update hw-acceleration.sh
This commit is contained in:
parent
c8110be760
commit
69a2c23702
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user