1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00
openwrt-packages/net/boinc-wrapper/test.sh

6 lines
110 B
Bash
Raw Normal View History

#!/bin/sh
boinc-wrapper
# Non-zero exit status is expected so always return 0 to avoid false failure.
exit 0