From 6286126f35829473668b6a37fc8a23bada85637b Mon Sep 17 00:00:00 2001 From: RedProkofiev <87487335+RedProkofiev@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:22:09 +0000 Subject: [PATCH] Update pleaserun setup message Co-authored-by: Adrian Coveney <4836233+tofu-rocketry@users.noreply.github.com> --- scripts/ssm-build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ssm-build.sh b/scripts/ssm-build.sh index 6cfb2d0a..d2eb8248 100755 --- a/scripts/ssm-build.sh +++ b/scripts/ssm-build.sh @@ -187,7 +187,8 @@ PACKAGE_VERSION="--$PACK_TYPE-changelog $SOURCE_DIR/ssm-$VERSION-$ITERATION/CHAN # Construct and evaluate the primary FPM call BUILD_PACKAGE_COMMAND=${FPM_CORE}${FPM_PYTHON}${VERBOSE}${PACKAGE_VERSION} eval "$BUILD_PACKAGE_COMMAND" -echo "== BEGINNING PLEASERUN SETUP ==" + +echo "== Generating pleaserun package ==" # When installed, use pleaserun to perform system specific service setup fpm -s pleaserun -t "$PACK_TYPE" \