From 88a602f039285498a6bd704751f3036274026174 Mon Sep 17 00:00:00 2001 From: samuel Date: Thu, 11 Jun 2026 12:27:51 +0200 Subject: [PATCH] fix: chown recursive --- netoik-cloud.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netoik-cloud.spec b/netoik-cloud.spec index b921e3a..124c8bf 100644 --- a/netoik-cloud.spec +++ b/netoik-cloud.spec @@ -42,7 +42,7 @@ gpg --verify %{_tmppath}/nextcloud-latest.tar.bz2.asc %{_tmppath}/nextcloud-late tar --extract --file=%{_tmppath}/nextcloud-latest.tar.bz2 --directory=%{_sharedstatedir} # Change rights an owner -chown nextcloud:nextcloud %{_sharedstatedir}/nextcloud +chown --recursive nextcloud:nextcloud %{_sharedstatedir}/nextcloud chmod 700 %{_sharedstatedir}/nextcloud # Create data dir