Fix script name.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user