mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04: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
|