removed debugging statement

This commit is contained in:
Peter Wood
2023-09-15 22:27:54 +00:00
parent fe18d501a0
commit 254888527b

View File

@@ -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}