Skip to content

Commit

Permalink
Fixes typo when creating Trash folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuyle committed Apr 11, 2020
1 parent d880218 commit 7fae8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IMPORT_OPTIONS="--destination ${DESTINATION}"

if [ "${TRASH:-}" ]; then
mkdir -p "${XDG_DATA_HOME:-~/.local/share}"
ln -s "${TRASH}" "${XDG_DATA_HOME:-${HOME}/.local/share}/Trash"
ln -s "${TRASH}" "${XDG_DATA_HOME:-${HOME}/.local/share/Trash"
IMPORT_OPTIONS="${IMPORT_OPTIONS} --trash"
fi
Expand Down

0 comments on commit 7fae8a6

Please sign in to comment.