diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-02-03 16:29:20 -0800 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-02-03 16:29:20 -0800 |
commit | 9fa48e7051bc3ede48270fee31869ff979ab1f1d (patch) | |
tree | 149407509bc1a98ccb267251a964c3c67b8a2b74 /debian | |
parent | 6da0c36b0d9f8781dc22873a8c8f2b764def7350 (diff) | |
download | vyatta-cfg-system-9fa48e7051bc3ede48270fee31869ff979ab1f1d.tar.gz vyatta-cfg-system-9fa48e7051bc3ede48270fee31869ff979ab1f1d.zip |
Fix missing space on postinst script
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 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 |