fix typo in vault path

This commit is contained in:
chaos 2025-01-30 14:43:55 +00:00
parent fa1396acb7
commit b9e398f031
No known key found for this signature in database

View file

@ -41,7 +41,7 @@
user = "storage"; user = "storage";
group = "storage"; group = "storage";
fetchScript = '' fetchScript = ''
simple_get_htpasswd "/api-keys/storage/webdav/Notes" "$secretFile" simple_get_htpasswd "/api-keys/storage/webdav/Public" "$secretFile"
''; '';
}; };