Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 14, 2018
1 parent 0bc0357 commit f6016ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/installation/clients/inst_save_hardware_status.rb
Expand Up @@ -39,7 +39,8 @@ def main
@out = SCR.Execute(
path(".target.bash_output"),
"/usr/sbin/hwinfo --pci --block --mouse --keyboard --isdn --save-config=all\n" \
"/usr/bin/test -d /var/lib/hardware/udi/org/freedesktop/Hal/devices && /usr/bin/perl -pi -e \"s/hwinfo.configured = 'new'/hwinfo.configured = 'no'/\" /var/lib/hardware/udi/org/freedesktop/Hal/devices/*"
"/usr/bin/test -d /var/lib/hardware/udi/org/freedesktop/Hal/devices && " \
"/usr/bin/perl -pi -e \"s/hwinfo.configured = 'new'/hwinfo.configured = 'no'/\" /var/lib/hardware/udi/org/freedesktop/Hal/devices/*"
)

Builtins.y2milestone("Result: %1", @out)
Expand Down

0 comments on commit f6016ab

Please sign in to comment.