From c4c0de3f4d26d587d7af0bb3115815c97ce8d35a Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 23 Jun 2025 15:09:04 +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 54fb162..fb69e5d 100644 --- a/setup_service.sh +++ b/setup_service.sh @@ -18,7 +18,7 @@ echo "Setting up Ollama Proxy Server..." # Create dedicated user if it doesn't exist already if ! id "$USER" &>/dev/null; then echo "Creating user $USER..." - sudo useradd -r -s /bin/false "/home/$USER" + sudo useradd -r -s /bin/false "$USER" fi # Ensure the working directory is writable by the dedicated user