Can't login panel after update

Ok I fixed, thanks

  525  cat /etc/sudoers.d/hestiaweb
  526  sudo passwd -u hestiaweb\
  527  sudo passwd -u hestiaweb
  528  sudo passwd -u hestiaweb -p
  529  getent passwd hestiaweb
  530  sudo passwd -S hestiaweb
  531  sudo passwd hestiaweb
  532  sudo usermod -s /usr/sbin/nologin hestiaweb
  536  sudo visudo -f /etc/sudoers.d/hestiaweb
  537  sudo systemctl restart hestia
  538  sudo systemctl restart nginx
  540  tail -n20 /var/log/hestia/error.log
  541  sudo -l -U hestiaweb
  542  sudo usermod -aG shadow hestiaweb
  543  sudo chown root:shadow /etc/shadow
  544  sudo chmod 640 /etc/shadow
  545  sudo touch /usr/local/hestia/log/auth.log
  546  sudo systemctl restart hestia
  547  sudo systemctl restart nginx