From 0183339e7cf562fd18ba8db20c07b6968b8d8ef8 Mon Sep 17 00:00:00 2001 From: I'm Matheus Date: Wed, 6 Nov 2024 19:48:45 -0300 Subject: [PATCH] Update linux.sh --- linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linux.sh b/linux.sh index 545e53d..f131396 100644 --- a/linux.sh +++ b/linux.sh @@ -18,3 +18,4 @@ pip install fastapi jinja2 uvicorn python-multipart echo "Iniciando..." python src/onyconnect/main.py & +sleep 30s