From 432041383fc6e83c25afa70d70cc1734bb56a9c6 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Wed, 6 Jul 2011 14:13:45 -0500 Subject: Bugfix 7283: make ntp.vyatta.com have a new line --- templates/show/ntp/node.tag/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show') diff --git a/templates/show/ntp/node.tag/node.def b/templates/show/ntp/node.tag/node.def index e4898bb..8eb5406 100644 --- a/templates/show/ntp/node.tag/node.def +++ b/templates/show/ntp/node.tag/node.def @@ -1,3 +1,3 @@ help: Show date and time of specified NTP server -allowed: echo -n ntp.vyatta.com; awk '/^server/ { print "",$2 }' /etc/ntp.conf +allowed: echo -e 'ntp.vyatta.com'; awk '/^server/ { print $2 }' /etc/ntp.conf run: /usr/sbin/ntpdate -q ${3:-ntp.vyatta.com} -- cgit v1.2.3