mirror of https://github.com/OpenIPC/firmware.git
fix cli dont accept spaces (#830)
parent
c24a494335
commit
56768a4ea2
|
@ -11,7 +11,7 @@ fi
|
||||||
|
|
||||||
case "${CMD}" in
|
case "${CMD}" in
|
||||||
cli)
|
cli)
|
||||||
yaml-cli -i /etc/majestic.yaml $@
|
yaml-cli -i /etc/majestic.yaml "$@"
|
||||||
;;
|
;;
|
||||||
sensor_cli)
|
sensor_cli)
|
||||||
yaml-cli -i /etc/sensor/$(fw_printenv -n sensor).yaml $@
|
yaml-cli -i /etc/sensor/$(fw_printenv -n sensor).yaml $@
|
||||||
|
|
Loading…
Reference in New Issue