From d57d5c1d92bc3b3aefe09f654553850098b876ed Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Thu, 25 Aug 2022 06:08:51 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff9208f..4d753b9 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ If your edge browser is not allowing you to login, check the following logs: - msft-identity-broker.service: Failed at step STATE_DIRECTORY spawning /opt/msft/identitybroker/bin/msft-identity-broker: Operation not permitted -This is a permission issue. Please run `chmod 777 -R /opt/msft` as root. +This is a permission issue. Please run `chmod 777 -R /opt/msft` as root and restart the service. - msft-identity-broker.service: Failed to set up special execution directory in /home/YourName/.config: Operation not permitted -This is also a permission issue while overwritting user config with root account manually. Please run `chown -R YourName /home/YourName/.config`. +This is also a permission issue while overwritting user config with root account manually. Please run `chown -R YourName /home/YourName/.config` and restart the service. -- GitLab