From a415ea7b4475f12c9177f897b4a576bdee9fb11c Mon Sep 17 00:00:00 2001 From: cronyx Date: Sun, 28 May 2023 18:31:09 +0300 Subject: [PATCH] fix cli dont accept spaces --- general/overlay/usr/sbin/extutils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/overlay/usr/sbin/extutils b/general/overlay/usr/sbin/extutils index be5fb1a8..d0c96a4e 100755 --- a/general/overlay/usr/sbin/extutils +++ b/general/overlay/usr/sbin/extutils @@ -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 $@