Skip to content

Commit

Permalink
Roll back ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Mar 20, 2023
1 parent 9b6c3ef commit f3acb28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ IMG_DIR = examples/kermit
RESIZE = True
MAX_SIZE = 1200
LOGFILE = log.txt
OWNER = $(USER)

all: clean images cloud output

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f3acb28

Please sign in to comment.