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.