Merge pull request #5789 from zhaojh329/rtty
rtty: Fix the bug of startup script
This commit is contained in:
commit
5d8ab32156
2 changed files with 1 additions and 1 deletions
0
utils/rtty/files/rtty.config
Executable file → Normal file
0
utils/rtty/files/rtty.config
Executable file → Normal file
|
@ -20,7 +20,7 @@ start_rtty() {
|
|||
'ssl:bool:0' \
|
||||
'ping:uinteger:5'
|
||||
|
||||
[ $? -eq 1 ] && {
|
||||
[ $? -ne 0 ] && {
|
||||
echo "validation failed" >&2
|
||||
return 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue