From 389b865a5ecfdb0437552e08488a94007e62711f Mon Sep 17 00:00:00 2001 From: Ashley Kleynhans Date: Fri, 1 Mar 2024 23:58:50 +0200 Subject: [PATCH] Fix --- scripts/pre_start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/pre_start.sh b/scripts/pre_start.sh index 9f6464f..2ee81f2 100755 --- a/scripts/pre_start.sh +++ b/scripts/pre_start.sh @@ -76,7 +76,6 @@ else echo "Starting Oobabooga Text Generation Web UI" cd /workspace/text-generation-webui nohup ./start_textgen_server.sh "${ARGS[@]}" > /workspace/logs/textgen.log 2>&1 & - deactivate echo "Oobabooga Text Generation Web UI started" echo "Log file: /workspace/logs/textgen.log" fi