diff options
-rwxr-xr-x | dactyl.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |