From 1b63c05762ca256fb11eda43421ab85b80744e08 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Mon, 5 Aug 2024 13:46:36 +0530 Subject: [PATCH] sulu: readme update --- sulu/Readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sulu/Readme.md b/sulu/Readme.md index df93ca405..98dfb13be 100644 --- a/sulu/Readme.md +++ b/sulu/Readme.md @@ -138,7 +138,7 @@ obuspa -c set ${USER}.Enable 1 ## Update UserInterface to use the new UserRole -Sulu has a reload hook to setup the necessary obuspa/mosquitto configuration +Sulu has a reload hook to setup the necessary obuspa/mosquitto configuration, this will reload obuspa service after uci update, so we have to wait for service to come up. ```bash bbfdmd -c set Device.UserInterface.HTTPAccess.1.AllowedRoles "Device.Users.Role.1,${ROLE}" @@ -170,4 +170,10 @@ obuspa -c set ${CTROLE}.Enable 1 obuspa -c set Device.LocalAgent.Controller.[EndpointID==self::sulu-${UNAME}].AssignedRole "${CTROLE}" ``` -After these configuration, sulu should be able to login with newly added user +After these configuration reboot the device + +```bash +reboot +``` + +After device boots sulu should be able to login with newly added user.