Updated Docker build scripts

This commit is contained in:
Valentino Orlandi 2023-10-22 17:42:09 +02:00
parent 206cbf9915
commit 43a2e5ee52
Signed by: elB4RTO
GPG key ID: 1719E976DB2D4E71
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ if [[ "$?" == "0" ]]
then
while :
do
echo "A $(tput bold)debian:latest$(tput sgr0) image is already installed\nIt is recomended to build LogDoctor on top of an updated image\nPull the latest updates? [y/n] : "
echo -e "A $(tput bold)debian:latest$(tput sgr0) image is already installed\nIt is recomended to build LogDoctor on top of an updated image\nPull the latest updates? [y/n] : "
read agree
case "$agree"
in

View file

@ -44,7 +44,7 @@ if [[ "$?" == "0" ]]
then
while :
do
echo "A $(tput bold)debian:latest$(tput sgr0) image is already installed\nIt is recomended to build LogDoctor on top of an updated image\nPull the latest updates? [y/n] : "
echo -e "A $(tput bold)debian:latest$(tput sgr0) image is already installed\nIt is recomended to build LogDoctor on top of an updated image\nPull the latest updates? [y/n] : "
read agree
case "$agree"
in