OSDN Git Service

make instantshutdown scriptable
[instantos/instantOS.git] / autostart.sh
index 578627e..33e88f2 100755 (executable)
@@ -210,6 +210,9 @@ if ! islive; then
         fi
 
         pkill zenity
+        if imenu -c 'some settings need a reboot to be applied. reboot now?'; then
+            instantshutdown reboot
+        fi
     fi
 
     cd ~/instantos || exit 1