From e0efcdc5ad79e70ed0f3f5d8c76e1cdadba93f31 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 10 Nov 2024 08:36:51 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index f3b46269..8447c9fe 100755 --- a/defaults.inc +++ b/defaults.inc @@ -30,7 +30,7 @@ source ${PW_FOLDER}/conf/settings.conf IP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1) if [[ "${IP}" = "10.2.1."* ]]; then - loo=offsite + loo=local mqtt_conn="/usr/bin/mosquitto_sub -h ${PW_IP} -u ${PW_MQTT_USER} -P ${PW_MQTT_PASS}" mysql_conn="/usr/bin/mysql -h ${PW_MYSQL_HOST} --user=${PW_MYSQL_USER} --password=${PW_MYSQL_PASS}" else