diff --git a/src/im_mad/remotes/lxd-probes.d/profiles.sh b/src/im_mad/remotes/lxd-probes.d/profiles.sh index 2c27b6d1ed..860b0b8819 100755 --- a/src/im_mad/remotes/lxd-probes.d/profiles.sh +++ b/src/im_mad/remotes/lxd-probes.d/profiles.sh @@ -11,9 +11,9 @@ fi tmpfile=$(mktemp /tmp/lxd_probe.XXXXXX) echo "$profiles" > "$tmpfile" -out=$(tr '\n' ',' < "$tmpfile") +out=$(tr '\n' ' ' < "$tmpfile") out=${out::-1} echo -e LXD_PROFILES=\""$out"\" -rm "$tmpfile" \ No newline at end of file +rm "$tmpfile"