Browse Source
Merge pull request #5789 from zhaojh329/rtty
rtty: Fix the bug of startup script
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
1 deletions
-
utils/rtty/files/rtty.config
-
utils/rtty/files/rtty.init
|
@ -20,7 +20,7 @@ start_rtty() { |
|
|
'ssl:bool:0' \ |
|
|
'ssl:bool:0' \ |
|
|
'ping:uinteger:5' |
|
|
'ping:uinteger:5' |
|
|
|
|
|
|
|
|
[ $? -eq 1 ] && { |
|
|
|
|
|
|
|
|
[ $? -ne 0 ] && { |
|
|
echo "validation failed" >&2 |
|
|
echo "validation failed" >&2 |
|
|
return 1 |
|
|
return 1 |
|
|
} |
|
|
} |
|
|