cpanel/elevate

`/scripts/elevate-cpanel --start` should run `/scripts/elevate-cpanel --check` first

annes449 opened this issue · 0 comments

  • /scripts/elevate-cpanel --start should run /scripts/elevate-cpanel --check first

  • Currently /scripts/elevate-cpanel --start initiates a --check, but, exits at the first Blocker found

  • Preferred behavior:

/scripts/elevate-cpanel --start performs the following:

  • Run /scripts/elevate-cpanel --check
  • Create or update /var/cpanel/elevate-blockers
  • Display the contents of /var/cpanel/elevate-blockers (like --check currently does)
  • Exit if there are any unresolved Blockers