Skip to content

Commit

Permalink
export: use host_home by default (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez authored Aug 3, 2023
1 parent 39ae791 commit f6b94ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrobox-export
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
# DISTROBOX_HOST_HOME

# Defaults
dest_path="${HOME}/.local/bin"
export_action=""
exported_app=""
exported_app_label=""
Expand All @@ -37,6 +36,7 @@ extra_flags=""
# DBX_HOST_HOME is set in case container is created
# with custom --home directory
host_home="${DISTROBOX_HOST_HOME:-"${HOME}"}"
dest_path="${host_home}/.local/bin"
is_login=0
is_sudo=0
rootful=""
Expand Down

0 comments on commit f6b94ea

Please sign in to comment.