We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd5ca4 commit f8e7880Copy full SHA for f8e7880
src/plotman/resources/hooks.d/00-demo-log-new-plotter.sh
@@ -0,0 +1,9 @@
1
+#!/bin/sh
2
+
3
+. ${PLOTMAN_HOOKS}/.lib.include
4
5
+[ "${PLOTMAN_TRIGGER}" = "PHASE" ] || exit 0
6
7
+[ x"${PLOTMAN_PHASE}" = x0:0 ] || exit 0
8
9
+logInfo "New plotter process with pid: ${PLOTMAN_PID}, id: ${PLOTMAN_PLOTID} was just started"
0 commit comments