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
       echo 'failed_uploads=0';
101
       echo 'failed_uploads=0';
102
       echo '';
102
       echo '';
103
       echo "for video_file in \$search_dir/*; do";
103
       echo "for video_file in \$search_dir/*; do";
104
-      echo "    echo \"\$video_file\"";
105
       echo "    if [[ \"\$video_file\" == *'.ogv' || \"\$video_file\" == *'.mp4' || \"\$video_file\" == *'.webm' ]]; then";
104
       echo "    if [[ \"\$video_file\" == *'.ogv' || \"\$video_file\" == *'.mp4' || \"\$video_file\" == *'.webm' ]]; then";
106
       echo "        cd ${PEERTUBE_DIR} || exit 32468356";
105
       echo "        cd ${PEERTUBE_DIR} || exit 32468356";
107
       echo "        ";
106
       echo "        ";