mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-29 04:21:48 +08:00
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ -f /etc/init.d/p910nd ] && /etc/init.d/p910nd disable
|
|
|
|
exit 0
|