You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mornin -
Got my Odroid-C1 Friday, and have been playing with your utility.
Not sure about the best way to do this.
I added a reboot option to extras.sh/do_exit() if your interested in it
Mornin -
Got my Odroid-C1 Friday, and have been playing with your utility.
Not sure about the best way to do this.
I added a reboot option to extras.sh/do_exit() if your interested in it
Have A Great Day
ShorTie .. :)~
--- extras.sh.orig 2015-06-28 09:17:15.009791361 +0000
+++ extras.sh 2015-06-28 09:49:31.130361692 +0000
@@ -2,8 +2,13 @@
do_exit() {
if [ $REBOOT -eq 1 ]; then
sync
exit 0
The text was updated successfully, but these errors were encountered: