3
0
Fork 0
forked from mirrors/nixpkgs

nixos/gitea: fix typo

This commit is contained in:
Jos van Bakel 2020-01-12 12:51:01 +01:00
parent a9d3d63eaa
commit a171244455
No known key found for this signature in database
GPG key ID: 37589FBAE4DA2BC3

View file

@ -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}