Skip to content

Commit

Permalink
prepare_firstboot: Adjust path for TW as well now
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogtinator committed Mar 11, 2021
1 parent 87ba85e commit 8c0bf63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/jeos/prepare_firstboot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ sub run {
if ($is_generalhw_via_ssh) {
# Do not set network down as we are connected through ssh!
my $filetoedit = is_leap('<=15.2') ? '/usr/lib/jeos-firstboot' : '/usr/share/jeos-firstboot/jeos-firstboot-dialogs';
$filetoedit = '/usr/sbin/jeos-firstboot' unless is_leap; # Change is not in TW just yet
assert_script_run("sed -i 's/ip link set down /# ip link set down/g' $filetoedit");
}
# Remove current root password
Expand Down

0 comments on commit 8c0bf63

Please sign in to comment.