diff --git a/build.sh b/build.sh index 3c58d72..0b819bb 100755 --- a/build.sh +++ b/build.sh @@ -53,10 +53,8 @@ done if [ "$1" = "update" ]; then docker pull ghcr.io/bitwarden/self-host:beta else - read -p "Update (or get) bitwarden source container (y/n): " -n 1 -r - echo - if [[ $REPLY =~ ^[Yy]$ ]] - then + read -p "Update (or get) bitwarden source container (y/n): " + if [[ $REPLY =~ ^[Yy]$ ]]; then docker pull ghcr.io/bitwarden/self-host:beta fi fi