Update defaults.inc
This commit is contained in:
@@ -36,7 +36,7 @@ M_SRVCOPT=(start stop restart reload enable disable)
|
||||
source ${PW_FOLDER}/conf/settings.conf
|
||||
|
||||
|
||||
if [[ "${IP}" = "10.6.1."* ]]; then
|
||||
if [[ "${IP}" != "10.6.1."* ]]; then
|
||||
mqtt_conn="/usr/bin/mosquitto_sub -h ${PW_IP} -u ${PW_MQTT_USER} -P ${PW_MQTT_PASS}"
|
||||
mysql_conn="/usr/bin/mariadb -h 127.0.0.1 -P 3308 --user=${PW_MYSQL_USER} --password=${PW_MYSQL_PASS}"
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user