[bin] Add porch cam
This commit is contained in:
@ -43,11 +43,15 @@ if [ "$1" = "backyard_north" ]; then
|
|||||||
port=8084
|
port=8084
|
||||||
host="mundilfari.local"
|
host="mundilfari.local"
|
||||||
fi
|
fi
|
||||||
|
if [ "$1" = "barn" ]; then
|
||||||
|
port=8081
|
||||||
|
host="iapetus.local"
|
||||||
|
fi
|
||||||
if [ "$1" = "garage" ]; then
|
if [ "$1" = "garage" ]; then
|
||||||
port=8082
|
port=8082
|
||||||
host="iapetus.local"
|
host="iapetus.local"
|
||||||
fi
|
fi
|
||||||
if [ "$1" = "barn" ]; then
|
if [ "$1" = "porch" ]; then
|
||||||
port=8083
|
port=8083
|
||||||
host="iapetus.local"
|
host="iapetus.local"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user