summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdactyl.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dactyl.sh b/dactyl.sh
index c0bc41e..1cad28f 100755
--- a/dactyl.sh
+++ b/dactyl.sh
@@ -561,6 +561,8 @@ function promptStartShellSession() {
################################
function handleUninstall() {
+ warn "This will remove all containers and images."
+ confirmContinue "Are you sure you want to continue?"
for currentContainer in "${containers[@]}"; do
container="$currentContainer"
removeContainer