Remove echo
This commit is contained in:
parent
90bc724d1a
commit
d3e6ffb09a
|
@ -101,7 +101,6 @@ function peertube_import_from_syncthing {
|
|||
echo 'failed_uploads=0';
|
||||
echo '';
|
||||
echo "for video_file in \$search_dir/*; do";
|
||||
echo " echo \"\$video_file\"";
|
||||
echo " if [[ \"\$video_file\" == *'.ogv' || \"\$video_file\" == *'.mp4' || \"\$video_file\" == *'.webm' ]]; then";
|
||||
echo " cd ${PEERTUBE_DIR} || exit 32468356";
|
||||
echo " ";
|
||||
|
|
Loading…
Reference in New Issue