#!/bin/sh # The on-exit event is triggered once, after all processing is complete. # This hooks script has no effect on processing. # Output: # - Optional feedback/error. echo 'on-exit' # Status: # - 0: JSON ignored, non-JSON is feedback. # - non-0: JSON ignored, non-JSON is error. exit 0