finish.md

December 13, 2020 ยท View on GitHub

finish [MESSAGE]

Stops the execution of the current bashible script. Parent (caller) scripts will continue if this script is a sub-script.

@ Check for nginx
  when not test -f /usr/local/bin/nginx
  - finish "already installed"

See also

fail
halt
when