openwrt-packages/net/boinc-wrapper/test.sh

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