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
parent
commit
5d8ab32156
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      utils/rtty/files/rtty.config
  2. +1
    -1
      utils/rtty/files/rtty.init

+ 0
- 0
utils/rtty/files/rtty.config View File


+ 1
- 1
utils/rtty/files/rtty.init View File

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


Loading…
Cancel
Save