mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-08 07:42:55 +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
|
else
|
||||||
REDIS="\"redis\": null"
|
REDIS=", \"redis\": null"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p /var/lib/zerotier-one
|
mkdir -p /var/lib/zerotier-one
|
||||||
|
|
Loading…
Add table
Reference in a new issue