diff --git a/purge.sh b/purge.sh index 4847d4d..b9a3833 100755 --- a/purge.sh +++ b/purge.sh @@ -1,5 +1,13 @@ #!/bin/bash +echo -e "DANGER: This script will PURGE ALL PVC data and configuration from the following host(s):" +echo +echo -e " $@" +echo +echo -e "Are you sure you want to continue?" +echo +echo -en "To abort, press now. To continue, press . " +read for host in $@; do ssh deploy@${host} "