blitz.copychain: fix retry after invalid transfer

This commit is contained in:
openoms 2021-12-13 08:23:45 +00:00
parent 521020a453
commit 95f32c2b92
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -262,7 +262,7 @@ if [ "$1" = "target" ]; then
response=$?
echo "response(${response})"
if [ "${response}" == "0" ]; then
/home/admin/config.scripts/blitz.copychain.sh
/home/admin/config.scripts/blitz.copychain.sh target
exit 0
fi