Skip to content

Commit

Permalink
Do not show ask-list script feedback in case of empty
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Oct 25, 2021
1 parent ba5c778 commit 33ff690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/autoinstall/script_runner.rb
Expand Up @@ -70,6 +70,7 @@ def show_feedback(script)
return if script.feedback.value == :no

feedback = Yast::SCR.Read(Yast::Path.new(".target.string"), script.log_path)
return if feedback.to_s.strip.empty?

case script.feedback.value
when :popup
Expand Down

0 comments on commit 33ff690

Please sign in to comment.