Merge pull request #4862 from deadlineOvO/patch-1

/sbin/mtkwifi 777 to 755
This commit is contained in:
coolsnowwolf 2020-06-29 23:28:25 +08:00 committed by GitHub
commit 617ae6c4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/bin/sh /etc/rc.common
chmod 777 /sbin/mtkwifi
chmod 0755 /sbin/mtkwifi
START=15
STOP=15