From 6c7a516b8b3b3b26f19f35912071c7492c078842 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 13 Feb 2018 13:45:40 +0100 Subject: [PATCH] it should be chmod --- md1.komreg.net/overlay/etc/mirror-mdq/post.d/10-template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md1.komreg.net/overlay/etc/mirror-mdq/post.d/10-template.sh b/md1.komreg.net/overlay/etc/mirror-mdq/post.d/10-template.sh index 5e83dfcd..53283cdc 100755 --- a/md1.komreg.net/overlay/etc/mirror-mdq/post.d/10-template.sh +++ b/md1.komreg.net/overlay/etc/mirror-mdq/post.d/10-template.sh @@ -1,3 +1,3 @@ #!/bin/bash -rsync -a --chown=D0755,F0644 /etc/mirror-mdq/template/ . +rsync -a --chmod=D0755,F0644 /etc/mirror-mdq/template/ .