summaryrefslogtreecommitdiff
path: root/create-temp
diff options
context:
space:
mode:
Diffstat (limited to 'create-temp')
-rwxr-xr-xcreate-temp2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-temp b/create-temp
index 46fdac8..02b6064 100755
--- a/create-temp
+++ b/create-temp
@@ -32,7 +32,7 @@ rmdir "$BASE/"*"/downloads" 2> /dev/null || true
rmdir "$BASE/"* 2> /dev/null || true
[ -d "$BASE/$TODAY" ] || mkdir "$BASE/$TODAY"
-[ -d "$BASE/$TODAY/downloads" ] || mkdir -m 1773 "$BASE/$TODAY/downloads"
+[ -d "$BASE/$TODAY/downloads" ] || mkdir -m 2773 "$BASE/$TODAY/downloads"
if ! [ -L "$TARGET" ] && [ -e "$TARGET" ]; then
echo "$0: '$TARGET' already exists and is not a symlink." >&2
exit 1;