diff options
author | jim-p <jimp@pfsense.org> | 2011-10-31 16:25:21 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-10-31 16:25:21 -0400 |
commit | 196d00856dfb5b24a829b4d9555fac378b696c42 (patch) | |
tree | e8dbb78d11d0af3df9e67e1b6e254197c2b5f66a /etc/rc.firmware | |
parent | 9d99eb95c95524b018c2754132c66451bf7b19ac (diff) | |
download | pfsense-196d00856dfb5b24a829b4d9555fac378b696c42.zip pfsense-196d00856dfb5b24a829b4d9555fac378b696c42.tar.gz |
Setup serial bits after upgrade on NanoBSD, too.
Diffstat (limited to 'etc/rc.firmware')
-rwxr-xr-x | etc/rc.firmware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware index 1fb9f65..2ad1b56 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -299,7 +299,7 @@ pfSenseNanoBSDupgrade) # If /tmp/$GLABEL_SLICE/tmp/post_upgrade_command exists # after update then execute the command. if [ -f /tmp/$GLABEL_SLICE/tmp/post_upgrade_command ]; then - sh /tmp/$GLABEL_SLICE/tmp/post_upgrade_command >> /conf/upgrade_log.txt 2>&1 + sh /tmp/$GLABEL_SLICE/tmp/post_upgrade_command $GLABEL_SLICE >> /conf/upgrade_log.txt 2>&1 fi # Update fstab |