From 4fa71fb34dbe0d1ef46979d6f3547af0affd3121 Mon Sep 17 00:00:00 2001 From: Evan Pagryzinski Date: Thu, 17 Oct 2024 08:45:50 -0400 Subject: [PATCH] removing input needed This is going to be run as an automation so we don't want to force input --- scripts/dockerize.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/dockerize.sh b/scripts/dockerize.sh index 12907e960..1c87e9fbc 100755 --- a/scripts/dockerize.sh +++ b/scripts/dockerize.sh @@ -348,13 +348,6 @@ echo "About to update the .yml files with the new versions based on a template." echo "If you are only updating some of the images/versions, it is recommended" echo "you skip this step and do that by manually editing the .ymls." echo "" -echo "Do you wish to continue with this last step?" -select yn in "Yes" "No"; do - case $yn in - Yes ) echo "Proceeding..."; break;; - No ) exit;; - esac -done cp compose-entry.template.yml compose-entry.yml sed -i "s/TASKER_IMAGE/${tasker_version}/" compose-entry.yml