Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 338 Bytes

fail.md

File metadata and controls

19 lines (12 loc) · 338 Bytes
fail [MESSAGE]

Interrupts execution of the script with a message displayed on stderr. It interrupts the full process.

It will exit with exitcode 42.

@ Basic checks
  when not test -x /usr/sbin/nginx
  - fail "nginx must be installed first"
See also

finish
halt
when