From: Guillaume Pellerin Date: Fri, 26 Apr 2024 05:40:26 +0000 (+0200) Subject: fix print X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fcc9b4d91fa42e80239bd236a057f840171bc1a3;p=telecaster-server.git fix print --- diff --git a/bin/publishing/telecaster_master-crfpa-mp4.sh b/bin/publishing/telecaster_master-crfpa-mp4.sh index 9bbf125..a7e7804 100755 --- a/bin/publishing/telecaster_master-crfpa-mp4.sh +++ b/bin/publishing/telecaster_master-crfpa-mp4.sh @@ -18,7 +18,7 @@ bwlimit=20000 python3 $telecaster_server/bin/mastering/mastering.py --nvidia --dir $local_media_dir --log $mastering_log -i webm -o mp4 jpg -echo syncing... +echo start syncing... find $local_media_dir/$year -type d -exec chmod 755 {} \; find $local_media_dir/$year -type f -exec chmod 644 {} \; @@ -29,7 +29,7 @@ rsync -auLKr --bwlimit=$bwlimit --exclude="*.webm" --exclude="@eaDir" $local_med echo syncing finished. -echo importing... +echo start importing... ssh $app_server "docker compose -f $app_path/docker-compose.yml -f $app_path/env/prod.yml exec -T app /srv/app/manage.py teleforma-import-conferences-2 $organization $department $server_import_log"