Selaa lähdekoodia

Try killing mate-panel rather than rebooting

Bob Mottram 8 vuotta sitten
vanhempi
commit
d833f3957e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-image-mesh

+ 1
- 1
src/freedombone-image-mesh Näytä tiedosto

530
 
530
 
531
     # restart caja
531
     # restart caja
532
     killall caja
532
     killall caja
533
+    killall mate-panel
533
 }
534
 }
534
 
535
 
535
 function disable_password_logins {
536
 function disable_password_logins {
811
     if [ ! -f $MESH_INSTALL_COMPLETED ]; then
812
     if [ ! -f $MESH_INSTALL_COMPLETED ]; then
812
         echo $'Mesh node setup complete' >> $INSTALL_LOG
813
         echo $'Mesh node setup complete' >> $INSTALL_LOG
813
         touch $MESH_INSTALL_COMPLETED
814
         touch $MESH_INSTALL_COMPLETED
814
-        reboot
815
     fi
815
     fi
816
 fi
816
 fi
817
 
817