From edaf8d6fd38d897f5acaa87a9c5f4104fc9dda3b Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Wed, 28 Aug 2019 11:07:48 +0200 Subject: [PATCH] fix output --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 2590677..2d6257b 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -322,7 +322,7 @@ while :; do docker volume rm ${PROJECT_NAME}_keeper-node-nile || true docker volume rm ${PROJECT_NAME}_keeper-node-pacific || true docker volume rm ${PROJECT_NAME}_faucet || true - read -p "Are you sure you want to delete $KEEPER_ARTIFACTS_FOLDER? (y/N)" -n 1 -r + read -p "Are you sure you want to delete $KEEPER_ARTIFACTS_FOLDER? (y/N): " -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]] then