Update grub at the end of mesh install
This commit is contained in:
parent
f9616ceedc
commit
e610ebbcda
|
@ -632,6 +632,9 @@ if [ -f $MESH_INSTALL_SETUP ]; then
|
|||
rm /usr/share/images/desktop-base/desktop-background
|
||||
ln -s /usr/share/images/desktop-base/${PROJECT_NAME}_mesh_background.png /usr/share/images/desktop-base/desktop-background
|
||||
fi
|
||||
if [ -f /etc/default/grub ]; then
|
||||
update-grub
|
||||
fi
|
||||
systemctl reboot -i
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue