From 255526cc3b70ec49daf2fba551292e427758089a Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Wed, 29 Nov 2023 12:56:05 -0500 Subject: [PATCH] Dont run in screen --- scripts/claim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"