From f3acb281a19605a1588496ad980dc412fdc65f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A1ssaro?= Date: Mon, 20 Mar 2023 20:30:05 -0300 Subject: [PATCH] Roll back ownership --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 346d411..632b877 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ IMG_DIR = examples/kermit RESIZE = True MAX_SIZE = 1200 LOGFILE = log.txt -OWNER = $(USER) all: clean images cloud output @@ -54,9 +53,6 @@ output: @mkdir -p $(IMG_DIR)/output @cp work_dir/pmvs/models/*.ply $(IMG_DIR)/output @echo " OK" - @echo -n " Setting folder ownership..." - @chown -R $(OWNER) $(IMG_DIR)/output - @echo " OK" @echo; echo "Finished." clean: