Remove comment attempt from flashing command
This commit is contained in:
+1
-2
@@ -44,8 +44,7 @@ for mystrom_appliance in \
|
||||
do
|
||||
custom_file="${mystrom_appliance?}.yaml"
|
||||
if [ -f "${custom_file?}" ]; then
|
||||
# Append "mystrom" to identify in the search.
|
||||
flash+=("${command?} ${custom_file?} # mystrom")
|
||||
flash+=("${command?} ${custom_file?}")
|
||||
else
|
||||
flash+=("-s name ${mystrom_appliance?} ${command?} templates/mystrom.yaml")
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user