diff options
-rwxr-xr-x | backup.in | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |