We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a08484 commit 86a01adCopy full SHA for 86a01ad
wsprdaemon.sh
@@ -232,7 +232,7 @@ function check_for_kiwirecorder_cmd() {
232
get_kiwirecorder="yes"
233
else
234
## Check to see if kwr supports overload reporting
235
- if ! ${KIWI_RECORD_COMMAND} --help | grep -q "ADC OV" ; then
+ if ! ${KIWI_RECORD_COMMAND} --help | grep "ADC OV" > /dev/null 2>&1 ; then
236
237
echo "Currently installed version of kiwirecorder.py does not support overload reporting, so getting new version"
238
rm -rf ${KIWI_RECORD_DIR}.old
0 commit comments