as per the document of openvz, I am trying to execute uptime command across all vps, but I am getting syntax error
# echo "vps $i"; vzctl exec $i uptime; done
-bash: syntax error near unexpected token `done'
any idea ?
as per the document of openvz, I am trying to execute uptime command across all vps, but I am getting syntax error
# echo "vps $i"; vzctl exec $i uptime; done
-bash: syntax error near unexpected token `done'
any idea ?