checks: fix shellcheck errors
This commit is contained in:
@@ -27,8 +27,8 @@
|
|||||||
files.host-id.secret = false;
|
files.host-id.secret = false;
|
||||||
files.generated-password.secret = true;
|
files.generated-password.secret = true;
|
||||||
script = ''
|
script = ''
|
||||||
echo $RANDOM > $out/host-id
|
echo $RANDOM > "$out"/host-id
|
||||||
echo $RANDOM > $out/generated-password
|
echo $RANDOM > "$out"/generated-password
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ in
|
|||||||
clan.core.vars.generators.test = {
|
clan.core.vars.generators.test = {
|
||||||
files.test.neededFor = "partitioning";
|
files.test.neededFor = "partitioning";
|
||||||
script = ''
|
script = ''
|
||||||
echo "notok" > $out/test
|
echo "notok" > "$out"/test
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
|
|||||||
Reference in New Issue
Block a user