From 4485161484848b7536d09689b0b6b019cae87ee6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 2 Oct 2023 10:42:36 +0200 Subject: backup: remove obsolet tmp dir --- backup.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'backup.in') 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 -- cgit v1.2.3-54-g00ecf