Dont run in screen
This commit is contained in:
parent
2e0bfecdcd
commit
255526cc3b
|
@ -29,4 +29,4 @@ fi
|
||||||
|
|
||||||
ID=$(echo $JSON | jq -r '.id')
|
ID=$(echo $JSON | jq -r '.id')
|
||||||
|
|
||||||
screen -dm -S "${ID}" bash ./scripts/train.sh "${JSON}"
|
bash ./scripts/train.sh "${JSON}"
|
||||||
|
|
Loading…
Reference in New Issue