diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2008-01-04 18:00:32 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2008-01-04 18:00:32 -0800 |
commit | 588281bbc1767c6ace1a48a9ae449b37962d8f29 (patch) | |
tree | 14cb0437a212148d8b9b42db66773394f8732a4f /debian/preinst | |
parent | 3b6103110dec56f276449a166be22bd9d1891ca8 (diff) | |
download | vyatta-cfg-quagga-588281bbc1767c6ace1a48a9ae449b37962d8f29.tar.gz vyatta-cfg-quagga-588281bbc1767c6ace1a48a9ae449b37962d8f29.zip |
fix space vs. tab line preface on here redirect
Diffstat (limited to 'debian/preinst')
-rw-r--r-- | debian/preinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/preinst b/debian/preinst index 7a47e8d2..57b361f6 100644 --- a/debian/preinst +++ b/debian/preinst @@ -13,8 +13,8 @@ if [ "$1" = "install" ] && [ -f /etc/quagga/daemons ] ; then fi if ! grep -q 'log ' /etc/quagga/$daemon.conf ; then cat <<-EOF >> /etc/quagga/${daemon}.conf - log file /var/log/quagga/${daemon}.log informational - EOF + log file /var/log/quagga/${daemon}.log informational + EOF fi done fi |