Skip to content

Update the method of starting shell as sharkey user

Maciej requested to merge maciejla/Documentation:maciejla-main-patch-28354 into main

sudo -u sharkey -i

was changed to:

sudo -u sharkey bash

since -i / --login won't work when the account is created with --disabled-login

Merge request reports

Loading