소스 검색

Try killing mate-panel rather than rebooting

Bob Mottram 8 년 전
부모
커밋
d833f3957e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-image-mesh

+ 1
- 1
src/freedombone-image-mesh 파일 보기

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