mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Update
This commit is contained in:
commit
c5227c4831
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ function parse_user_option_to_value_and_option() {
|
||||||
function value2switch() {
|
function value2switch() {
|
||||||
if [[ $1 == YES ]]; then
|
if [[ $1 == YES ]]; then
|
||||||
echo on;
|
echo on;
|
||||||
else if [[ $1 == RESERVED ]]; then
|
elif [[ $1 == RESERVED ]]; then
|
||||||
echo reserved;
|
echo reserved;
|
||||||
else
|
else
|
||||||
echo off;
|
echo off;
|
||||||
|
|
Loading…
Reference in a new issue