1
0
Fork 0
mirror of https://github.com/kou029w/yama.git synced 2025-01-19 00:18:06 +00:00
yama/apkovl/etc/init.d/setup-yama

6 lines
114 B
Text
Executable file

#!/sbin/openrc-run
start() {
if [ -x /media/mmcblk0p1/setup-yama ]; then
/media/mmcblk0p1/setup-yama
fi
}