summaryrefslogtreecommitdiff
path: root/create-temp
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2015-10-02 12:37:22 +0200
committerPeter Palfrader <peter@palfrader.org>2015-10-02 12:37:22 +0200
commit1a05913e3896133c7654b6a9d0dc4ae077ce4df5 (patch)
tree3121e630777627de90c4a401bf5393ad1a81a031 /create-temp
parent521b4fda832cfb338d518533c7616faf0bc31a76 (diff)
fix 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;