Merge pull request #5789 from zhaojh329/rtty

rtty: Fix the bug of startup script
This commit is contained in:
Hannu Nyman 2018-03-19 17:29:07 +02:00 committed by GitHub
commit 5d8ab32156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

0
utils/rtty/files/rtty.config Executable file → Normal file
View File

View File

@ -20,7 +20,7 @@ start_rtty() {
'ssl:bool:0' \
'ping:uinteger:5'
[ $? -eq 1 ] && {
[ $? -ne 0 ] && {
echo "validation failed" >&2
return 1
}