Skip to content

Commit

Permalink
rm: do not remove home without asking. Fix #841, Fix #856, Fix #849
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Aug 3, 2023
1 parent 24c5c8b commit e18e018
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions distrobox-rm
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ delete_container() {
printf "Do you want to remove custom home of container %s (%s)? [y/N]: " "${container_name}" "${container_home}"
read -r response_rm_home
response_rm_home="${response_rm_home:-"N"}"
else
response_rm_home="Y"
fi
fi

Expand Down

0 comments on commit e18e018

Please sign in to comment.