Fix script name.

This commit is contained in:
László Monda
2017-12-15 04:33:10 +01:00
parent 04904aca5d
commit 969c36561b

View File

@@ -5,8 +5,8 @@ firmwarePath=$1
while true; do
read -n 1 char
if [[ $char == "a" ]]; then
./flash update-firmwares-and-configs.js "$firmwarePath" ansi
./update-firmwares-and-configs.js "$firmwarePath" ansi
elif [[ $char == "i" ]]; then
./flash update-firmwares-and-configs.js "$firmwarePath" iso
./update-firmwares-and-configs.js "$firmwarePath" iso
fi
done