Script Convenctions ... Naming Variables ... Naming Functions ... Exit Status The centos-art.sh script has the following exit status: 0 — The script completed successfully. without error. 1 — The script didn't complete successfully because something went wrong. This error status is generally produced by cli_printMessage functionality, when you use it with the option as second argument. ...