checks: fix shellcheck errors

This commit is contained in:
RTUnreal
2025-04-09 12:43:48 +02:00
committed by Qubasa
parent aad1c347d1
commit f4f7df312d
2 changed files with 3 additions and 3 deletions

View File

@@ -27,8 +27,8 @@
files.host-id.secret = false;
files.generated-password.secret = true;
script = ''
echo $RANDOM > $out/host-id
echo $RANDOM > $out/generated-password
echo $RANDOM > "$out"/host-id
echo $RANDOM > "$out"/generated-password
'';
};
}

View File

@@ -127,7 +127,7 @@ in
clan.core.vars.generators.test = {
files.test.neededFor = "partitioning";
script = ''
echo "notok" > $out/test
echo "notok" > "$out"/test
'';
};
disko.devices = {