summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-08-20 20:02:14 +0200
committerGitHub <noreply@github.com>2018-08-20 20:02:14 +0200
commitd67c3a7b9b3fcb1e79d2cee61627ed869847673f (patch)
tree86defbc7c9092469ccd022cee080f817dafc3fee /op-mode-definitions
parentaa8b8e574e44917f5bd1a777fc9b816fe9d1580c (diff)
parent55ee5d903817e3a80fb6272d790dcce1044f8a9b (diff)
downloadvyos-1x-d67c3a7b9b3fcb1e79d2cee61627ed869847673f.tar.gz
vyos-1x-d67c3a7b9b3fcb1e79d2cee61627ed869847673f.zip
Merge pull request #36 from runborg/test
T689: Reboot/Poweroff now not working after last changes
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/poweroff.xml4
-rw-r--r--op-mode-definitions/reboot.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/op-mode-definitions/poweroff.xml b/op-mode-definitions/poweroff.xml
index ff27f4f4d..e2483fefc 100644
--- a/op-mode-definitions/poweroff.xml
+++ b/op-mode-definitions/poweroff.xml
@@ -4,14 +4,14 @@
<properties>
<help>Poweroff the system</help>
</properties>
- <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --poweroff now</command>
+ <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --poweroff</command>
<children>
<leafNode name="now">
<properties>
<help>Poweroff the system without confirmation</help>
</properties>
- <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --poweroff now</command>
+ <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --poweroff</command>
</leafNode>
<leafNode name="cancel">
diff --git a/op-mode-definitions/reboot.xml b/op-mode-definitions/reboot.xml
index 340c8ca82..affdffd98 100644
--- a/op-mode-definitions/reboot.xml
+++ b/op-mode-definitions/reboot.xml
@@ -4,14 +4,14 @@
<properties>
<help>Reboot the system</help>
</properties>
- <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --reboot now</command>
+ <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --reboot</command>
<children>
<leafNode name="now">
<properties>
<help>Reboot the system without confirmation</help>
</properties>
- <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot now</command>
+ <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot</command>
</leafNode>
<leafNode name="cancel">