fix rsync

This commit is contained in:
Benjamin Labrecque
2026-07-31 11:28:13 +02:00
parent c93765523c
commit f45c2c99de
+1 -1
View File
@@ -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