From 1a05913e3896133c7654b6a9d0dc4ae077ce4df5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 2 Oct 2015 12:37:22 +0200 Subject: fix mode --- create-temp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create-temp') 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; -- cgit v1.2.3