diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-28 11:36:07 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-28 11:36:07 -0800 |
commit | 7527117842918d1288636b76bd77663e05664575 (patch) | |
tree | f214bf2ad87b6df09c8204db7576e9c95cee6a53 /templates/set | |
parent | b31d2507b9ef7178f6acd3d5f3e00c881ff6944d (diff) | |
download | vyatta-op-7527117842918d1288636b76bd77663e05664575.tar.gz vyatta-op-7527117842918d1288636b76bd77663e05664575.zip |
add quoting for inline scripts in templates
Diffstat (limited to 'templates/set')
-rw-r--r-- | templates/set/date/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/set/date/node.tag/node.def b/templates/set/date/node.tag/node.def index 5c54cac..c593997 100644 --- a/templates/set/date/node.tag/node.def +++ b/templates/set/date/node.tag/node.def @@ -1,3 +1,3 @@ help: Set system date and time allowed: echo -n '<MMDDhhmm>' '<MMDDhhmmYY>' '<MMDDhhmmCCYY>' '<MMDDhhmmCCYY.ss>' -run: sudo /bin/date $3 +run: sudo /bin/date "$3" |