diff --git a/scripts/claim.sh b/scripts/claim.sh index 8e3ae70..bd4c9be 100644 --- a/scripts/claim.sh +++ b/scripts/claim.sh @@ -29,4 +29,4 @@ fi ID=$(echo $JSON | jq -r '.id') -screen -dm -S "${ID}" bash ./scripts/train.sh "${JSON}" +bash ./scripts/train.sh "${JSON}"