From b077210333dd287f77e9cb9f4c36923c328d9556 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 24 Oct 2020 20:58:45 +0200 Subject: [PATCH] fixed permission issue --- admin/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/generate.sh b/admin/generate.sh index f277f8d..33caabe 100755 --- a/admin/generate.sh +++ b/admin/generate.sh @@ -154,7 +154,7 @@ fi # Publish now log "Copy $TMPPUBLIC to $PUBLIC_WWW" rm -r -f $PUBLIC_WWW -mv -v $TMPPUBLIC $PUBLIC_WWW 2>&1 | tee -a $LOG +mv -Z -v $TMPPUBLIC $PUBLIC_WWW 2>&1 | tee -a $LOG log "Ready, Blog created in $PUBLIC_WWW!"