diff options
Diffstat (limited to 'templates/shutdown/at')
-rw-r--r-- | templates/shutdown/at/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shutdown/at/node.tag/node.def b/templates/shutdown/at/node.tag/node.def index ad16bc2..13cbaa1 100644 --- a/templates/shutdown/at/node.tag/node.def +++ b/templates/shutdown/at/node.tag/node.def @@ -1,3 +1,3 @@ help: Shutdown the system at a future time allowed: echo -n '<HH:MM>' '<MMDDYY>' '+MM' -run: sudo /sbin/shutdown -h $3 +run: sudo /sbin/shutdown -h $3 & |