Skip to content

Commit

Permalink
fix reading instsys id (related to bsc #974601)
Browse files Browse the repository at this point in the history
instsys id reading didn't work due to this typo and so the check for the
correct instsys didn't work.
  • Loading branch information
wfeldt committed Jul 13, 2016
1 parent 4620ba9 commit b51ff99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.c
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ int add_instsys()
}
}

file_read_info_file("/.instsys.config", kf_cfg);
file_read_info_file("file:/.instsys.config", kf_cfg);

file_write_install_inf("");

Expand Down

1 comment on commit b51ff99

@DimStar77
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now the test works - and is quite annoying for Tumbleweed: we have a new ID everyday, which means each NET Installer is valid 24 hours... that's quite annoying for Tumbleweed users.

Please sign in to comment.