mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
blitz.copychain: fix retry after invalid transfer
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user