|
@@ -83,7 +83,7 @@ STUNNEL_PORT=3439
|
83
|
83
|
VPN_TLS_PORT=553
|
84
|
84
|
VPN_MESH_TLS_PORT=653
|
85
|
85
|
|
86
|
|
-SCUTTLEBOT_MESH_PORT=8010
|
|
86
|
+SCUTTLEBOT_PORT=8010
|
87
|
87
|
|
88
|
88
|
# Debian stretch has a problem where the formerly predictable wlan0 and eth0
|
89
|
89
|
# device names get assigned random names. This is a hacky workaround.
|
|
@@ -792,7 +792,7 @@ function initialise_scuttlebot_pub {
|
792
|
792
|
|
793
|
793
|
echo '{' > /etc/scuttlebot/.ssb/config
|
794
|
794
|
echo " \"host\": \"${HOSTNAME}\"," >> /etc/scuttlebot/.ssb/config
|
795
|
|
- echo " \"port\": ${SCUTTLEBOT_MESH_PORT}," >> /etc/scuttlebot/.ssb/config
|
|
795
|
+ echo " \"port\": ${SCUTTLEBOT_PORT}," >> /etc/scuttlebot/.ssb/config
|
796
|
796
|
echo ' "timeout": 30000,' >> /etc/scuttlebot/.ssb/config
|
797
|
797
|
echo ' "pub": true,' >> /etc/scuttlebot/.ssb/config
|
798
|
798
|
echo ' "local": true,' >> /etc/scuttlebot/.ssb/config
|