This commit is contained in:
Rory& 2024-12-20 15:23:24 +01:00
commit b30c9644bc

View file

@ -66,7 +66,7 @@ in
}
);
script = pkgs.writeScript "matrix-ooye-pre-start.sh" ''
script = pkgs.writeScript "matrix-ooye-pre-start.sh" ''
#!${lib.getExe pkgs.bash}
REGISTRATION_FILE=registration.yaml
@ -106,7 +106,7 @@ script = pkgs.writeScript "matrix-ooye-pre-start.sh" ''
shred -u ''${REGISTRATION_FILE}
mv ''${REGISTRATION_FILE}.tmp ''${REGISTRATION_FILE}
'';
'';
in
{