Skip to content

Commit

Permalink
chown /chmod unnecessary after umask 0
Browse files Browse the repository at this point in the history
  • Loading branch information
pve authored Jun 23, 2016
1 parent 488bfb1 commit 451cead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ echo "Job get started: $(date)"

umask 0
/usr/local/bin/s3cmd get -r $PARAMS "$S3_PATH" "$DATA_PATH"
chown -R +w . *

echo "Job get finished: $(date)"

0 comments on commit 451cead

Please sign in to comment.