修改行符

This commit is contained in:
DHDAXCW
2023-06-12 09:01:28 +00:00
parent ca1d16e2e3
commit a502143f61

View File

@@ -1,8 +1,8 @@
#!/bin/sh /etc/rc.common
START=96
start() {
echo "fa-pwmfan started"
/usr/bin/rockchip-pwm-fan.sh > /dev/null&
#!/bin/sh /etc/rc.common
START=96
start() {
echo "fa-pwmfan started"
/usr/bin/rockchip-pwm-fan.sh > /dev/null&
}