fhem - use all arguments as string for step exe

This commit is contained in:
2023-02-23 14:02:28 +01:00
parent dd3d5b8f7e
commit 3aa2b471d6

View File

@@ -142,7 +142,7 @@ step_40_info() { echo "Execute fhem [COMMAND]"; }
step_40_alias() { echo "exe"; } step_40_alias() { echo "exe"; }
step_40() { step_40() {
shift shift
exe perl "${toolHome}/fhem.pl" 7072 "${1:-}" exe perl "${toolHome}/fhem.pl" 7072 "$*"
} }
readonly sqr_minVersion=16 readonly sqr_minVersion=16