forked from mirrors/nixpkgs
Merge pull request #77553 from c0deaddict/fix/gitea-typo
nixos/gitea: fix typo
This commit is contained in:
commit
9bedc18507
|
@ -364,7 +364,7 @@ in
|
|||
''}
|
||||
sed -e "s,#secretkey#,$KEY,g" \
|
||||
-e "s,#dbpass#,$DBPASS,g" \
|
||||
-e "s,#jwtsecet#,$JWTSECET,g" \
|
||||
-e "s,#jwtsecret#,$JWTSECRET,g" \
|
||||
-e "s,#mailerpass#,$MAILERPASSWORD,g" \
|
||||
-i ${runConfig}
|
||||
chmod 640 ${runConfig} ${secretKey} ${jwtSecret}
|
||||
|
|
Loading…
Reference in a new issue