Try killing mate-panel rather than rebooting

This commit is contained in:
Bob Mottram 2016-08-03 17:57:05 +01:00
parent 41ce851697
commit d833f3957e
1 changed files with 1 additions and 1 deletions

View File

@ -530,6 +530,7 @@ function show_desktop_icons {
# restart caja
killall caja
killall mate-panel
}
function disable_password_logins {
@ -811,7 +812,6 @@ if [ -f $MESH_INSTALL_SETUP ]; then
if [ ! -f $MESH_INSTALL_COMPLETED ]; then
echo $'Mesh node setup complete' >> $INSTALL_LOG
touch $MESH_INSTALL_COMPLETED
reboot
fi
fi