v2.0.0: Rename subnet to target to avoid confusion (#70)
This commit is contained in:
committed by
GitHub
parent
5df1776f51
commit
b61fe52161
@@ -24,8 +24,8 @@ if [ "$CACHE_MANAGER" == "" ]; then
|
||||
export CACHE_MANAGER="dumb"
|
||||
fi
|
||||
|
||||
if [ "$CAMERAS_SUBNETWORKS" == "" ]; then
|
||||
export CAMERAS_SUBNETWORKS="0.0.0.0"
|
||||
if [ "$CAMERAS_TARGET" == "" ]; then
|
||||
export CAMERAS_TARGET="0.0.0.0"
|
||||
fi
|
||||
|
||||
if [ "$CAMERAS_PORTS" == "" ]; then
|
||||
|
||||
Reference in New Issue
Block a user