mirror of
https://github.com/openwrt/packages.git
synced 2025-07-05 01:53:08 +00:00
6 lines
110 B
Bash
6 lines
110 B
Bash
#!/bin/sh
|
|
|
|
boinc-wrapper
|
|
# Non-zero exit status is expected so always return 0 to avoid false failure.
|
|
exit 0
|