mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
40e144be7d
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
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
|