From d833f3957e498774dcf7dca36f63c866594092d7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 3 Aug 2016 17:57:05 +0100 Subject: [PATCH] Try killing mate-panel rather than rebooting --- src/freedombone-image-mesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image-mesh b/src/freedombone-image-mesh index 2f70ac99..aea9fd99 100755 --- a/src/freedombone-image-mesh +++ b/src/freedombone-image-mesh @@ -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