imap-download: debug
This commit is contained in:
parent
d7c9b06b6e
commit
eab364ab09
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ move_attachment() {
|
||||||
local filename="${1}";
|
local filename="${1}";
|
||||||
|
|
||||||
chown "${TARGET_UID}:${TARGET_GID}" "${filename}";
|
chown "${TARGET_UID}:${TARGET_GID}" "${filename}";
|
||||||
|
ls -lah "${filename}";
|
||||||
run_as_user "${TARGET_UID}" "${TARGET_GID}" mv "${filename}" "${target_dir}";
|
run_as_user "${TARGET_UID}" "${TARGET_GID}" mv "${filename}" "${target_dir}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue