initial commit
This commit is contained in:
12
chapter10/function_post_event_script
Executable file
12
chapter10/function_post_event_script
Executable file
@@ -0,0 +1,12 @@
|
||||
post_event_script ()
|
||||
{
|
||||
# Put anything that you want to execute AFTER the
|
||||
# monitored process ENDS in this function
|
||||
|
||||
: # No-OP - Need as a placeholder for an empty function
|
||||
# Comment Out the Above colon, ':'
|
||||
|
||||
POST_RC=$?
|
||||
return $POST_RC
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user