Compare commits
No commits in common. "ecfa6f73c693fb8a9e31a5391ec4109f5fa332b3" and "05b72b70d70ce647df85eba10cd664af3693aeaf" have entirely different histories.
ecfa6f73c6
...
05b72b70d7
7
atom
7
atom
@ -226,12 +226,7 @@ do
|
|||||||
rest=${line#*::AtOM:SQL:Sep::}
|
rest=${line#*::AtOM:SQL:Sep::}
|
||||||
removeFileDestName=${rest%%::AtOM:SQL:Sep::*}
|
removeFileDestName=${rest%%::AtOM:SQL:Sep::*}
|
||||||
rest=${rest#*::AtOM:SQL:Sep::}
|
rest=${rest#*::AtOM:SQL:Sep::}
|
||||||
if [[ -n "${rest%%::AtOM:SQL:Sep::*}" ]]
|
removefile[$removeFileId]="${destinationpath["$removeFileDestName"]}/${rest%%::AtOM:SQL:Sep::*}"
|
||||||
then
|
|
||||||
removefile[$removeFileId]="${destinationpath["$removeFileDestName"]}/${rest%%::AtOM:SQL:Sep::*}"
|
|
||||||
else
|
|
||||||
removefile[$removeFileId]=''
|
|
||||||
fi
|
|
||||||
read -u4 -r -d $'\0' line
|
read -u4 -r -d $'\0' line
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user