Skip to content

Commit

Permalink
ephemeral: remove redundant stop
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Feb 27, 2024
1 parent 7a695f1 commit cfc65c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions distrobox-ephemeral
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ generate_command() {
cleanup() {
trap - TERM INT HUP
# shellcheck disable=SC2086
"${distrobox_path}"/distrobox-stop ${extra_flags} "${name}" --yes
# shellcheck disable=SC2086
"${distrobox_path}"/distrobox-rm ${extra_flags} --force "${name}" --yes
}

Expand Down

0 comments on commit cfc65c7

Please sign in to comment.