Merge branch 'master' into next

This commit is contained in:
Michael Tremer
2015-07-09 13:16:45 +02:00
4 changed files with 9 additions and 17 deletions

View File

@@ -54,6 +54,11 @@ if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then
/etc/init.d/ipsec start
fi
# Update grub config to display new core version
if [ -e /boot/grub/grub.cfg ]; then
grub-mkconfig > /boot/grub/grub.cfg
fi
# This update need a reboot...
touch /var/run/need_reboot