imap-download: debug

This commit is contained in:
Starbeamrainbowlabs 2021-05-26 22:49:13 +01:00
parent d7c9b06b6e
commit eab364ab09
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ move_attachment() {
local filename="${1}";
chown "${TARGET_UID}:${TARGET_GID}" "${filename}";
ls -lah "${filename}";
run_as_user "${TARGET_UID}" "${TARGET_GID}" mv "${filename}" "${target_dir}";
}