From f63c06aa2ef799c265a41f15fe85fe1fc79b0043 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 26 Aug 2021 15:27:51 +1000 Subject: [PATCH] DCD-1351: Supply target PID to wait on. --- shutdown-wait.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shutdown-wait.sh b/shutdown-wait.sh index d29fc4f..fc4e805 100755 --- a/shutdown-wait.sh +++ b/shutdown-wait.sh @@ -27,4 +27,4 @@ else ${CONFLUENCE_INSTALL_DIR}/bin/stop-confluence.sh; fi -/opt/atlassian/support/wait-pid.sh +/opt/atlassian/support/wait-pid.sh ${JVM_APP_PID}