mirror of https://github.com/OpenIPC/firmware.git
Update rootfs_script.sh
parent
db23e32554
commit
d12d9d1c04
|
@ -122,7 +122,7 @@ cat << 'EOF' > "$CHSH"
|
|||
#!/bin/sh
|
||||
|
||||
echo $1 $2 >> /tmp/channels.log
|
||||
channel 8
|
||||
# channel 8
|
||||
if [ $1 -eq 8 ]; then
|
||||
if [ $2 -gt 1600 ]; then
|
||||
/usr/sbin/ircut.sh on 23 24
|
||||
|
|
Loading…
Reference in New Issue