chown /var dirs

This commit is contained in:
2026-07-03 16:02:05 +01:00
parent b59888dc99
commit 61f2b376ee
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ reinstall: $(VAULTWARDEN_DATA_DIR)
$(VAULTWARDEN_DATA_DIR):
sudo mkdir -p $(VAULTWARDEN_DATA_DIR)
VAULTWARDEN_USER=$(whoami) && sudo chown $$VAULTWARDEN_USER:$$VAULTWARDEN_USER $(VAULTWARDEN_DATA_DIR)
.PHONY: uninstall
uninstall: