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:
parent
d237acae95
commit
0fc7149cc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user