Remove echo

This commit is contained in:
Bob Mottram 2018-04-01 19:25:20 +01:00
parent 90bc724d1a
commit d3e6ffb09a
1 changed files with 0 additions and 1 deletions

View File

@ -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 " ";