diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-15 13:04:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 13:04:18 +0200 |
commit | be96aa03a1e430e23958d4bae61549ebfd0f5c56 (patch) | |
tree | 3810cc83c7e0432d279f6054ce08dfe73cf6bd89 | |
parent | 3c4e778d713b167b737ed673d1a68696c7cef145 (diff) | |
parent | 03e69f280725dae06ed5d30569a48e283031fd48 (diff) | |
download | vyos-1x-be96aa03a1e430e23958d4bae61549ebfd0f5c56.tar.gz vyos-1x-be96aa03a1e430e23958d4bae61549ebfd0f5c56.zip |
Merge pull request #1468 from sever-sever/T4609
container: T4609: Fix restart container
-rw-r--r-- | op-mode-definitions/container.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/container.xml.in b/op-mode-definitions/container.xml.in index a7048e5ed..97a087ce2 100644 --- a/op-mode-definitions/container.xml.in +++ b/op-mode-definitions/container.xml.in @@ -149,7 +149,7 @@ <path>container name</path> </completionHelp> </properties> - <command>sudo ${vyos_op_scripts_dir}/container.py restart name="$3"</command> + <command>sudo ${vyos_op_scripts_dir}/container.py restart --name="$3"</command> </tagNode> </children> </node> |