diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 25dbe94f..d6497529 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -59,7 +59,7 @@ EOF # Reduce logging level of good commands if ! grep -q "^Defaults syslog_goodpri" /etc/sudoers; then - echo "\nDefaults syslog_goodpri=info" >>/etc/sudoers + echo -e "\nDefaults syslog_goodpri=info" >>/etc/sudoers fi # keep env vars |