some updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user