1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

preview the default action on purge

This commit is contained in:
Sebastian Gerske 2019-08-26 12:32:40 +02:00
parent d237acae95
commit 0fc7149cc5

View File

@ -318,7 +318,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? " -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