Remove comment attempt from flashing command

This commit is contained in:
2023-10-03 13:32:57 +02:00
parent 1079b5bd4e
commit 29ebf4677f
+1 -2
View File
@@ -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