fix rsync
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user