mirror of
https://git.openwrt.org/feed/packages.git
synced 2026-01-08 22:58:07 +08: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
|