From 52c2568060dc249a7ebdca00e246422e2a3324c2 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 23 Jun 2025 15:03:39 +0200 Subject: [PATCH] Update setup_service.sh --- setup_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_service.sh b/setup_service.sh index db397f5..4e458a9 100644 --- a/setup_service.sh +++ b/setup_service.sh @@ -1,7 +1,7 @@ #!/bin/bash # Configuration with parameters -SERVICE_NAME="ollama-proxy-server" +SERVICE_NAME="ops" USER="ops" if [ "$#" -ne 1 ]; then