From f2cabd38a03e3c88bd07de14d141157d5618fa5d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 23 Apr 2024 18:17:30 +0200 Subject: [PATCH] bugfix --- bin/publishing/telecaster_master-pro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/publishing/telecaster_master-pro.sh b/bin/publishing/telecaster_master-pro.sh index a945bf1..79a0736 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 /srv/$app_path_staging/.env exec -T elearning /srv/bin/dev/local/import_media.sh" + ssh $app_server "docker compose --env-file $app_path_staging/.env exec -T elearning /srv/bin/dev/local/import_media.sh" done -- 2.39.5