From 854266faf74bddbdbcdc78b64003e6e225cd37c0 Mon Sep 17 00:00:00 2001 From: cangui Date: Thu, 10 Oct 2024 19:21:30 +0200 Subject: [PATCH] update pour test --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index be88727..17c150a 100644 --- a/update.sh +++ b/update.sh @@ -1,5 +1,5 @@ #!/bin/sh -cd /app +cd /app/manga-backend-server if [ -d ".git" ]; then echo "Updating repository..." git pull origin main