diff options
author | John Estabrook <jestabro@vyos.io> | 2022-02-21 14:03:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 14:03:02 -0600 |
commit | 36a8c636d6d91550237bfa19b12de949319bc692 (patch) | |
tree | e091a7a67c26513ccc05ca06dba9aac0ec63d719 /op-mode-definitions/reboot.xml.in | |
parent | a88cd9b621fcb1696fe529eea48d6977478932ed (diff) | |
parent | f23040a0f7d425550350f91410272196f842308e (diff) | |
download | vyos-1x-36a8c636d6d91550237bfa19b12de949319bc692.tar.gz vyos-1x-36a8c636d6d91550237bfa19b12de949319bc692.zip |
Merge pull request #1232 from srividya0208/T4115
T4115:Reboot:Options "in" and "at" are not working as expected
Diffstat (limited to 'op-mode-definitions/reboot.xml.in')
-rw-r--r-- | op-mode-definitions/reboot.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/reboot.xml.in b/op-mode-definitions/reboot.xml.in index 2c8daec5d..6414742d9 100644 --- a/op-mode-definitions/reboot.xml.in +++ b/op-mode-definitions/reboot.xml.in @@ -25,7 +25,7 @@ <list><Minutes></list> </completionHelp> </properties> - <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot $3 $4</command> + <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot_in $3 $4</command> </tagNode> <tagNode name="at"> <properties> @@ -40,7 +40,7 @@ <properties> <help>Reboot at a specific date</help> <completionHelp> - <list><DDMMYYYY> <DD/MM/YYYY> <DD.MM.YYYY> <DD:MM:YYYY></list> + <list><DD/MM/YYYY> <DD.MM.YYYY> <DD:MM:YYYY></list> </completionHelp> </properties> <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot $3 $5</command> |