Don't mktemp dir in home
1 files changed, 1 insertions(+), 1 deletions(-) M import-photos
M import-photos => import-photos +1 -1
@@ 7,7 7,7 @@ while :; do fi read -p "[any key to continue]" done -mnt="$(mktemp -d -p $HOME)" +mnt="$(mktemp -d)" ifuse "$mnt" pictures="$(xdg-user-dir PICTURES)"