mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #5789 from zhaojh329/rtty
rtty: Fix the bug of startup script
This commit is contained in:
Executable → Regular
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user