]> git.parisson.com Git - telecaster-server.git/commitdiff
fix print
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Fri, 26 Apr 2024 05:40:26 +0000 (07:40 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 13 Sep 2024 10:03:38 +0000 (12:03 +0200)
bin/publishing/telecaster_master-crfpa-mp4.sh

index 9bbf1259af77ac224b9d5bd255c04f959f065a2d..a7e780441b7d9733f3213b4f7b3ed28aedc069b4 100755 (executable)
@@ -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"