Skip to content

Commit

Permalink
use mode 1777 when creating cache directory
Browse files Browse the repository at this point in the history
Bill Soudan committed Oct 6, 2016
1 parent 24dc4ee commit 9e69576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/grab-solr.sh
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ get_solr()
if [ -d $TMP_DIR ]; then
cp $FILENAME $TMP_DIR
else
mkdir $TMP_DIR
mkdir -m 1777 $TMP_DIR
cp $FILENAME $TMP_DIR
fi
fi

0 comments on commit 9e69576

Please sign in to comment.