mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-07 07:12:52 +02:00
fix case for redis: null
This commit is contained in:
parent
b94fa2d95d
commit
7e4e7ef753
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if [ "$ZT_USE_REDIS" == "true" ]; then
|
|||
}
|
||||
"
|
||||
else
|
||||
REDIS="\"redis\": null"
|
||||
REDIS=", \"redis\": null"
|
||||
fi
|
||||
|
||||
mkdir -p /var/lib/zerotier-one
|
||||
|
|
Loading…
Add table
Reference in a new issue