Change install script fix data directory

This commit is contained in:
2022-11-02 14:50:36 -07:00
parent b030dec3d0
commit 250e8b09b0
2 changed files with 7 additions and 2 deletions

View File

@ -58,6 +58,7 @@ fn get_outfile(args: &Vec<String>) -> Option<&str> {
fn print_help(user_data_file: &String) {
println!("license-tool [-h] [-o OUTFILE] <license>");
println!("Global License Dir: {}", GLOBAL_DATA_PATH);
println!("User License Dir: {}", user_data_file);
let mut user_dirs = HashSet::<String>::new();
let user_dir = fs::read_dir(user_data_file);