openSUSE / fuel-ignition

Easily generate new or edit existing Ignition configs. No more fiddling around with JSON or Butane.
GNU General Public License v2.0
23 stars 7 forks source link

"undefined" in combustion script initially if "debug" checkbox toggled #31

Closed Vogtinator closed 3 weeks ago

Vogtinator commented 1 month ago

I got the following invalid combustion script:

#!/bin/bash
# combustion: network
# script generated with https://opensuse.github.io/fuel-ignition/

# Redirect output to the console
exec > >(exec tee -a /dev/tty0) 2>&1

undefined
# Leave a marker
echo "Configured with combustion" > /etc/issue.d/combustion

To reproduce:

  1. Check "Debug" checkbox below the "config.ign" output
  2. Uncheck the checkbox
  3. In the "Add Custom Lines To Combustion Script" section, click on add
schubi2 commented 3 weeks ago

Fixed. Thank you !

schubi2 commented 3 weeks ago

.