fix copy paste error
This commit is contained in:
parent
a1b49c7adf
commit
0003bb3af1
|
@ -134,7 +134,7 @@
|
||||||
radicale_htpasswd = {
|
radicale_htpasswd = {
|
||||||
user = "radicale";
|
user = "radicale";
|
||||||
group = "radicale";
|
group = "radicale";
|
||||||
fetchScript = '' $secretFile"
|
fetchScript = ''
|
||||||
simple_get_htpasswd "/api-keys/radicale" $secretFile"
|
simple_get_htpasswd "/api-keys/radicale" $secretFile"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue