From 9fa48e7051bc3ede48270fee31869ff979ab1f1d Mon Sep 17 00:00:00 2001
From: John Southworth <john.southworth@vyatta.com>
Date: Fri, 3 Feb 2012 16:29:20 -0800
Subject: Fix missing space on postinst script

---
 debian/vyatta-cfg-system.postinst.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index bb328082..2d028c8f 100644
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -153,7 +153,7 @@ then
 # Any boot time workarounds should be put in script below so that they
 # get preserved for the new image during image upgrade.
 POSTCONFIG=/opt/vyatta/etc/config/scripts/vyatta-postconfig-bootup.script
-[ -x \$POSTCONFIG] && \$POSTCONFIG
+[ -x \$POSTCONFIG ] && \$POSTCONFIG
 EOF
     sh -c "sed -i -e '/exit 0/d' /etc/rc.local"
     cat <<EOF >>/etc/rc.local
-- 
cgit v1.2.3