From ccf3290e0a4880ed3da124404d04e8135a444b4a Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Thu, 25 Aug 2022 07:28:26 -0700 Subject: [PATCH] Revert "[#1895] Stopping the aca-py shell process keeps python process running" This reverts commit 67db5de43770933efd8cbc816ffb5d3850fa5785. Signed-off-by: Ry Jones --- bin/aca-py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/aca-py b/bin/aca-py index 3ada78acc0..ae99bf1862 100755 --- a/bin/aca-py +++ b/bin/aca-py @@ -7,4 +7,4 @@ if [ -z "$PYTHON" ]; then fi fi -exec $PYTHON -m aries_cloudagent "$@" +$PYTHON -m aries_cloudagent "$@"