fix cli dont accept spaces (#830)

pull/831/head
cronyx 2023-05-28 18:32:09 +03:00 committed by GitHub
parent c24a494335
commit 56768a4ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ fi
case "${CMD}" in
cli)
yaml-cli -i /etc/majestic.yaml $@
yaml-cli -i /etc/majestic.yaml "$@"
;;
sensor_cli)
yaml-cli -i /etc/sensor/$(fw_printenv -n sensor).yaml $@