diff options
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" |