From 6dd17c5a5de31725d7a1ed7f636b001ea8a23a51 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Thu, 29 Aug 2019 00:40:07 -0400 Subject: fixed db dir perms --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 36aad30..86eb7c6 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,7 @@ install: @echo @echo Copying files... install -m755 target/release/clinte $(BINDIR) - touch $(DBDIR)/clinte.db - chmod 755 $(DBDIR)/clinte.db + chmod 777 $(DBDIR) @echo @echo ...Done! -- cgit 1.4.1-2-gfad0