[Error] distrobox-rm with --rm-home
fails to delete the custom home
#1634
Labels
bug
Something isn't working
--rm-home
fails to delete the custom home
#1634
Please, before opening a bug:
Describe the bug
distrobox rm --rm-home
does not remove the custom home.It fails with the message
rm: cannot remove '"$container_home"': No such file or directory
$container_home
is the custom home path used indistrobox create -H
.To Reproduce
Create a container with a custom home and try to delete it using
--rm-home
.Expected behavior
To distrobox successfully delete the custom home of the container.
Logs
Run the commands with
--verbose
and post the log here as a file uploadAttach also the output of
podman logs
ordocker logs
, possibly with--latest
flagDesktop (please complete the following information):
./install
script after cloning this repoAdditional context
Remove the
printf
pipe in the line 362 of thedistrobox-rm
fixes the issue with (apparently) no side effects besides the stdout message not containing double quotes on the path.log_create.txt
log_rm.txt
The text was updated successfully, but these errors were encountered: