mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: invalid space in htpasswd file
This commit is contained in:
parent
f0d2475f74
commit
dea87afdbc
2 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@
|
||||||
}: ''
|
}: ''
|
||||||
echo " -> Aggregating [32m"${lib.escapeShellArg host}":[m[33m"${lib.escapeShellArg name}"[m" >&2
|
echo " -> Aggregating [32m"${lib.escapeShellArg host}":[m[33m"${lib.escapeShellArg name}"[m" >&2
|
||||||
${decrypt} ${lib.escapeShellArg file} \
|
${decrypt} ${lib.escapeShellArg file} \
|
||||||
| ${pkgs.apacheHttpd}/bin/htpasswd -niBC 12 ${lib.escapeShellArg host}"+"${lib.escapeShellArg name}" " \
|
| ${pkgs.apacheHttpd}/bin/htpasswd -niBC 12 ${lib.escapeShellArg host}"+"${lib.escapeShellArg name} \
|
||||||
|| die "Failure while aggregating caddy basic auth hashes"
|
|| die "Failure while aggregating caddy basic auth hashes"
|
||||||
'');
|
'');
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue