mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-26 04:11:18 +00:00
SSDP
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
find -name firmware.bin | while read firmware;do
|
||||
dir=`dirname $firmware`
|
||||
env=`basename $dir`
|
||||
echo "Found firmware in $dir, using env '$env'"
|
||||
|
||||
if [ -f scripts/$env/mkzip.sh ];then
|
||||
echo "Building zip for env '$env'"
|
||||
chmod +x scripts/$env/mkzip.sh
|
||||
|
||||
Reference in New Issue
Block a user