From d5c50c57a2ff2b933835baf5b4d6fbdd673ffc7a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 23 Apr 2024 18:18:29 +0200 Subject: [PATCH] fix import --- bin/publishing/telecaster_master-pro.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/publishing/telecaster_master-pro.sh b/bin/publishing/telecaster_master-pro.sh index 79a0736..417935b 100755 --- a/bin/publishing/telecaster_master-pro.sh +++ b/bin/publishing/telecaster_master-pro.sh @@ -31,7 +31,7 @@ for y in `seq $(($year)) $(($year+1))`; do #ssh $server chmod -R 664 $server_media_dir #ssh $server chmod -R +rX $server_media_dir - ssh $app_server "docker compose --env-file $app_path_staging/.env exec -T elearning /srv/bin/dev/local/import_media.sh" - done +ssh $app_server "docker compose --env-file $app_path_staging/.env exec -T elearning /srv/bin/dev/local/import_media.sh" + -- 2.39.5