diff --git a/client-cli/pvc/cli/cli.py b/client-cli/pvc/cli/cli.py index 2538de5c..4e28840b 100644 --- a/client-cli/pvc/cli/cli.py +++ b/client-cli/pvc/cli/cli.py @@ -180,6 +180,7 @@ def restart_opt(function): abort=True, ) kwargs["restart_flag"] = True + kwargs["confirm_flag"] = True except Exception: echo(CLI_CONFIG, "Changes will be applied on next VM start/restart.") kwargs["restart_flag"] = False