some updates

This commit is contained in:
John Lancaster
2024-05-19 17:17:51 -05:00
parent ee7fa752bc
commit d45ba97a8f
5 changed files with 30 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ REPO_DIR=$(dirname $SCRIPT_DIR)
COMPOSE_FILE=$REPO_DIR/docker-compose.yml
ENV_FILE=$REPO_DIR/.env
echo "Please the mosquitto password:"
echo "Please input the mosquitto password:"
read -s MOSQUITTO_PASSWORD
docker compose -f $COMPOSE_FILE run -it --rm mqtt mosquitto_passwd -b -c /mosquitto/config/pwfile homeassistant $MOSQUITTO_PASSWORD