Release new version 0.21
[grml-quickconfig.git] / quickconfig / 003-cloud-init.sh
index 2826ef0..fbf3a37 100644 (file)
@@ -1,5 +1,5 @@
 # cloud-init not installed/present
-if ! [ -x $(which cloud-init) ] ; then
+if ! [ -x "$(which cloud-init)" ] ; then
   return 0
 fi