mirror of
https://github.com/m5stack/CoreMP135_buildroot-external-st.git
synced 2026-05-20 11:24:38 -07:00
Update rc.local
Modify the stopping criteria.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
[ "$1" == "stop" ] && exit 0
|
||||
[ "z$1" = "zstop" ] && exit 0
|
||||
[ -f '/usr/local/m5stack/init.sh' ] && /usr/local/m5stack/init.sh 2>&1 > /dev/null &
|
||||
|
||||
# set otg master
|
||||
|
||||
Reference in New Issue
Block a user