From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] Core 153: Update ownership of "/var/ipfire/red". Date: Sun, 29 Nov 2020 11:52:18 +0100 Message-ID: <20201129105218.2576-2-stefan.schantl@ipfire.org> In-Reply-To: <20201129105218.2576-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5907130065851464078==" List-Id: --===============5907130065851464078== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- config/rootfiles/core/153/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/153/update.sh b/config/rootfiles/core/153/= update.sh index f94cf4925..873f4ba4d 100644 --- a/config/rootfiles/core/153/update.sh +++ b/config/rootfiles/core/153/update.sh @@ -100,6 +100,9 @@ ldconfig # Update permissions chown -vR root:root /etc/ntp =20 +# Update owernship of "/var/ipfire/red" +chown nobody:nobody /var/ipfire/red + # Update Language cache /usr/local/bin/update-lang-cache =20 --=20 2.20.1 --===============5907130065851464078==--