Merge pull request 'clanModules: Fix disk-id and machine-id' (#2195) from Qubasa/clan-core:Qubasa-main into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2195
This commit is contained in:
Luis Hebendanz
2024-10-03 13:40:37 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
pkgs.bash
];
script = ''
uuid=$(bash ${../uuid4.sh})
uuid=$(bash ${../../uuid4.sh})
# Remove the hyphens from the UUID
uuid_no_hyphens=$(echo -n "$uuid" | tr -d '-')

View File

@@ -32,7 +32,7 @@ in
pkgs.bash
];
script = ''
uuid=$(bash ${../uuid4.sh})
uuid=$(bash ${../../uuid4.sh})
# Remove the hyphens from the UUID
uuid_no_hyphens=$(echo -n "$uuid" | tr -d '-')