mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
blitz.copychain: fix retry after invalid transfer
This commit is contained in:
parent
521020a453
commit
95f32c2b92
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user