diff options
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 2595aec1..6960e28c 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -152,7 +152,8 @@ then # Do not remove the following call to vyatta-postconfig-bootup.script. # Any boot time workarounds should be put in script below so that they # get preserved for the new image during image upgrade. -sudo /opt/vyatta/etc/config/scripts/vyatta-postconfig-bootup.script +POSTCONFIG=/opt/vyatta/etc/config/scripts/vyatta-postconfig-bootup.script +[ -x $POSTCONFIG] && $POSTCONFIG EOF sh -c "sed -i -e '/exit 0/d' /etc/rc.local" cat <<EOF >>/etc/rc.local |