Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Aug 31, 2023
1 parent cdd5f0c commit d9c51b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/start_z2mqtt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ cidfile=$1
exit 1
}

fs="/mnt/calaos/zigbee2mqtt"

devlist()
{
grep '/dev/' configuration.yaml | awk '{print $2}'
grep '/dev/' ${fs}/configuration.yaml | awk '{print $2}'
}

append_dev_opts()
Expand Down

0 comments on commit d9c51b4

Please sign in to comment.