Skip to content

Update the method of starting shell as sharkey user

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