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: $(ETHERPAD_DATA_DIR)
$(ETHERPAD_DATA_DIR):
sudo mkdir -p $(ETHERPAD_DATA_DIR)
ETHERPAD_USER=$(whoami) && sudo chown $$ETHERPAD_USER:$$ETHERPAD_USER $(ETHERPAD_DATA_DIR)
.PHONY: uninstall
uninstall: