fmt
This commit is contained in:
parent
859dd28c0c
commit
b30c9644bc
1 changed files with 35 additions and 35 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue