temp file cleanup
This commit is contained in:
@@ -19,7 +19,7 @@ BACKUP_FILE="${TMPDIR}/${DEST_FILENAME}"
|
|||||||
|
|
||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
cleanup() {
|
cleanup() {
|
||||||
# rm -rf "${TMPDIR}"
|
rm -rf "${TMPDIR}"
|
||||||
echo "Removed temporary file"
|
echo "Removed temporary file"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user