summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackup.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/backup.in b/backup.in
index 77a0c00..f530e08 100755
--- a/backup.in
+++ b/backup.in
@@ -204,9 +204,8 @@ for toExclude in "${excludes[@]}"; do
done
mkdir -p "${neues}/wip"
-mkdir -p "${neues}/tmp"
-chmod 750 "${neues}"{,/wip,/tmp}
-chown root:root "${neues}"{,/wip,/tmp}
+chmod 750 "${neues}"{,/wip}
+chown root:root "${neues}"{,/wip}
if [ -z "${rsyncShell}" ]; then
preConnectHook
if [ -z "${Quelle#*@*:/}" ]; then