Browse Source

Remove echo

Bob Mottram 7 years ago
parent
commit
d3e6ffb09a
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/freedombone-app-peertube

+ 0
- 1
src/freedombone-app-peertube View File

@@ -101,7 +101,6 @@ function peertube_import_from_syncthing {
101 101
       echo 'failed_uploads=0';
102 102
       echo '';
103 103
       echo "for video_file in \$search_dir/*; do";
104
-      echo "    echo \"\$video_file\"";
105 104
       echo "    if [[ \"\$video_file\" == *'.ogv' || \"\$video_file\" == *'.mp4' || \"\$video_file\" == *'.webm' ]]; then";
106 105
       echo "        cd ${PEERTUBE_DIR} || exit 32468356";
107 106
       echo "        ";