From 254888527b79c1aabb6adeae6addcacd878e21dc Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Fri, 15 Sep 2023 22:27:54 +0000 Subject: [PATCH] removed debugging statement --- update-portainer.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/update-portainer.sh b/update-portainer.sh index 079d71e..b661c76 100755 --- a/update-portainer.sh +++ b/update-portainer.sh @@ -23,8 +23,6 @@ case ${HOSTNAME} in ;; esac -echo "We're on ${HOSTNAME} so the portainer image is ${portainer_image}. The name will be ${image_name}." - # stop and remove portainer docker stop ${image_name} docker rm ${image_name}