summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2019-05-30 13:10:47 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2019-05-30 15:23:38 +1000
commitaa596b2c10344e0664e0c98cd6db43af3e20fdb9 (patch)
treed4966f90f9cebb7dab1e1a2506a565d367f9f0c7 /utils
parent9e869ebe3a5127575105d82c4d289d95cbed2db9 (diff)
downloadtalos-petitboot-aa596b2c10344e0664e0c98cd6db43af3e20fdb9.tar.gz
talos-petitboot-aa596b2c10344e0664e0c98cd6db43af3e20fdb9.zip
utils: Quote plugin name and vendor variables
Otherwise we only get the first word displayed in the UI. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'utils')
-rwxr-xr-xutils/pb-plugin4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/pb-plugin b/utils/pb-plugin
index a42d051..45bf19d 100755
--- a/utils/pb-plugin
+++ b/utils/pb-plugin
@@ -232,8 +232,8 @@ do_install()
done
pb-event plugin@local \
- name=$PLUGIN_NAME id=$PLUGIN_ID version=$PLUGIN_VERSION \
- vendor=$PLUGIN_VENDOR vendor_id=$PLUGIN_VENDOR_ID \
+ name="$PLUGIN_NAME" id=$PLUGIN_ID version=$PLUGIN_VERSION \
+ vendor="$PLUGIN_VENDOR" vendor_id=$PLUGIN_VENDOR_ID \
date=$PLUGIN_DATE executables="$PLUGIN_EXECUTABLES" \
source_file=$url installed="yes"
OpenPOWER on IntegriCloud