From 019d858ac2a97ff5e6964ef82c65712af43964f2 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 12 Feb 2024 02:21:50 +0000 Subject: [PATCH] fixes the chown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5c83e3..2059a57 100644 --- a/README.md +++ b/README.md @@ -85,5 +85,5 @@ sudo cp -a src/isnd/bin/Release/net7.0/publish/* /srv/www/isnd sudo systemctl start isnd # MAJ du client sudo cp -a src/isn/bin/Release/net7.0/* /usr/local/lib/isn -sudo chown -R root.root /usr/local/lib/isn +sudo chown -R root:root /usr/local/lib/isn ````