summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-10 16:07:41 -0300
committerRenato Botelho <renato@netgate.com>2015-09-10 16:07:41 -0300
commitb13cf506fab0c2e293918e14176ebe903eb34704 (patch)
tree72d940d710a39477424d857b673c938ece64f773 /src
parent842fc1e2a9f7cd8672773fcfdf7fb14ee2ceea58 (diff)
downloadpfsense-b13cf506fab0c2e293918e14176ebe903eb34704.zip
pfsense-b13cf506fab0c2e293918e14176ebe903eb34704.tar.gz
Fix logic to reboot when there is no kernel update
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/sbin/pfsense-upgrade.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/local/sbin/pfsense-upgrade.sh b/src/usr/local/sbin/pfsense-upgrade.sh
index 6081442..450d1c9 100755
--- a/src/usr/local/sbin/pfsense-upgrade.sh
+++ b/src/usr/local/sbin/pfsense-upgrade.sh
@@ -229,7 +229,6 @@ second_step() {
unset need_reboot
if [ ! -f "${upgrade_in_progress}" ]; then
first_step
-else
need_reboot=1
fi
OpenPOWER on IntegriCloud