From a0f6361e92b5da07c1ebbee507304e78bfab2e8c Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sun, 28 Aug 2022 15:30:23 +0200 Subject: [PATCH] CI: Update Makefile Signed-off-by: Michael Mayer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea1b335f4..6cbe3f3f2 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ fix-permissions: @if [ $(UID) != 0 ]; then\ echo "Running \"chown --preserve-root -Rcf $(UID):$(GID) /go /photoprism /opt/photoprism /tmp/photoprism\". Please wait."; \ sudo chown --preserve-root -Rcf $(UID):$(GID) /go /photoprism /opt/photoprism /tmp/photoprism || true;\ - echo "Running \"chmod --preserve-root -Rcf u+rwX /go/src/github.com/photoprism/photoprism/* /photoprism /opt/photoprism /tmp/photoprism\". Please wait.";\ + echo "Running \"chmod --preserve-root -Rcf u+rwX /go/src/github.com/photoprism/* /photoprism /opt/photoprism /tmp/photoprism\". Please wait.";\ sudo chmod --preserve-root -Rcf u+rwX /go/src/github.com/photoprism/photoprism/* /photoprism /opt/photoprism /tmp/photoprism || true;\ echo "Done."; \ else\