From eeefb999f5ebcd1346de1c910a868e62f95a4632 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 21 Feb 2019 14:40:39 +0000 Subject: [PATCH] bootkube.sh: Print a final success message Today the way we gather artifacts via the journal gateway doesn't include the systemd unit status. Let's print a final success message to be very clear that we were successful. --- data/data/bootstrap/files/usr/local/bin/bootkube.sh.template | 1 + 1 file changed, 1 insertion(+) diff --git a/data/data/bootstrap/files/usr/local/bin/bootkube.sh.template b/data/data/bootstrap/files/usr/local/bin/bootkube.sh.template index 1487ed82c84..abfbacc4257 100755 --- a/data/data/bootstrap/files/usr/local/bin/bootkube.sh.template +++ b/data/data/bootstrap/files/usr/local/bin/bootkube.sh.template @@ -239,3 +239,4 @@ podman run \ # Workaround for https://github.com/opencontainers/runc/pull/1807 touch /opt/openshift/.bootkube.done +echo "bootkube.service complete"