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
2 changed files with 1 additions and 1 deletions
Executable → Regular
View File
+1 -1
View File
@@ -20,7 +20,7 @@ start_rtty() {
'ssl:bool:0' \
'ping:uinteger:5'
[ $? -eq 1 ] && {
[ $? -ne 0 ] && {
echo "validation failed" >&2
return 1
}