From 3d508f7c81d9d7376bfd7595adfcf51026f21ce5 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 22 Mar 2021 15:07:56 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1523d7d..3e2a520 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,9 @@ The server obviously needs write permissions to add packages to repositories. In setup I've just add it as group and set permissions accordingly: ``` -sudo chown martchus:buildservice $local_db_path -find $local_db_path -type d -exec chmod g+rwx {} \+ -find $local_db_path -type f -exec chmod g+rw {} \+ +sudo chown -R martchus:buildservice $local_db_path +find $local_db_path -type d -exec chmod 775 {} \+ +find $local_db_path -type f -exec chmod 664 {} \+ ``` ### Setting up the chroot for the build