Fix script name.
This commit is contained in:
@@ -5,8 +5,8 @@ firmwarePath=$1
|
|||||||
while true; do
|
while true; do
|
||||||
read -n 1 char
|
read -n 1 char
|
||||||
if [[ $char == "a" ]]; then
|
if [[ $char == "a" ]]; then
|
||||||
./flash update-firmwares-and-configs.js "$firmwarePath" ansi
|
./update-firmwares-and-configs.js "$firmwarePath" ansi
|
||||||
elif [[ $char == "i" ]]; then
|
elif [[ $char == "i" ]]; then
|
||||||
./flash update-firmwares-and-configs.js "$firmwarePath" iso
|
./update-firmwares-and-configs.js "$firmwarePath" iso
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user