diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-02-03 13:59:47 -0800 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-02-03 13:59:47 -0800 |
commit | 0f0588fabe5554af00fb7d23b1c11b5db21f9b37 (patch) | |
tree | f7a5158fce5ad227fa68c06bad6b93c9bd75d194 /debian | |
parent | 4f0ce2c9748af001d8a60fd64e7b32dd968c64c4 (diff) | |
download | vyatta-cfg-system-0f0588fabe5554af00fb7d23b1c11b5db21f9b37.tar.gz vyatta-cfg-system-0f0588fabe5554af00fb7d23b1c11b5db21f9b37.zip |
Bugfix 7770
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 6960e28c..bb328082 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 |