From f45c2c99de38c6068c56c5a746e1a1e96f1bdb9f Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Fri, 31 Jul 2026 11:28:13 +0200 Subject: [PATCH] fix rsync --- .gitea/scripts/deploy-and-restart-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/scripts/deploy-and-restart-service.sh b/.gitea/scripts/deploy-and-restart-service.sh index e48ea0f..9feeed3 100755 --- a/.gitea/scripts/deploy-and-restart-service.sh +++ b/.gitea/scripts/deploy-and-restart-service.sh @@ -25,7 +25,7 @@ rsync -avz --delete \ --exclude='__pycache__/' \ --exclude='*.pyc' \ --exclude='.pytest_cache/' \ - "./services/${SERVICE_NAME_LOWER}/current/*" "${SERVICE_DIR}/" + ./services/${SERVICE_NAME_LOWER}/current/* ${SERVICE_DIR}/ if [ -f "${SYSTEMD_UNIT_FILE_PATH}" ]; then