From af52cc5c3349df85f72e4e007be9eeb0d50a1539 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 20 Jun 2023 18:27:53 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 2d780e0..a92c9cd 100644 --- a/scripts/restore +++ b/scripts/restore @@ -32,7 +32,7 @@ mkdir -p $data_dir/data/{static,media,music} chmod 750 "$data_dir/" chmod -R o-rwx "$data_dir/" -chown -R $app:$app "$data_dir/" +chown -R $app:www-data "$data_dir/" #================================================= # RESTORE THE NGINX CONFIGURATION