diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-06-13 13:22:13 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-06-13 13:22:13 +0200 |
commit | 81db9345d117748a89059d2819b36b07ebdf708f (patch) | |
tree | 0cd5b8c2d6ee23d05eacad7b3a3f166f4536c5c4 /op-mode-definitions | |
parent | d1d8f4b30c4aa94177a15e95d9737e0c3892c8a6 (diff) | |
download | vyos-1x-81db9345d117748a89059d2819b36b07ebdf708f.tar.gz vyos-1x-81db9345d117748a89059d2819b36b07ebdf708f.zip |
T689 followup: move the Maya date script to vyos-1x.
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-date.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-date.xml b/op-mode-definitions/show-date.xml index dddecd2fb..705172b39 100644 --- a/op-mode-definitions/show-date.xml +++ b/op-mode-definitions/show-date.xml @@ -18,7 +18,7 @@ <properties> <help>Show UTC date in Maya calendar format</help> </properties> - <command>${vyatta_bindir}/maya-date.py $(date +%s)</command> + <command>${vyos_op_scripts_dir}/maya_date.py $(date +%s)</command> </leafNode> </children> </node> |