X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=buildd%2Ffunctions.sh;h=60667d5fea909b0fc0f787bc6b304b58ee61966f;hb=037587a2ef7210658d017d7fb1ad52b19852c834;hp=471a126392e61b6bd409b1f17f1c920a880a9d2f;hpb=c5327e58b541b61702e000106098a8e48c0f8f97;p=grml-live-grml.git diff --git a/buildd/functions.sh b/buildd/functions.sh index 471a126..60667d5 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -78,7 +78,7 @@ create_logs() { # store logs on remote server: upload_logs() { [ -n "$RSYNC_MIRROR" ] || return 1 - umask 022 + umask 002 rsync --exclude dmesg.log --times --partial -az --quiet /var/log/grml-buildd.* \ $FAI_LOGFILES $GRML_LOGFILE $RSYNC_MIRROR/logs/"${NAME}_${DATE}"/ }