Bob Mottram hace 6 años
padre
commit
fbd319a6c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube Ver fichero

@@ -371,7 +371,7 @@ function peertube_import_videos {
371 371
 
372 372
     # default to downloading as webm
373 373
     sed -i "s|'.mp4'|'.webm'|g" $import_script
374
-    sed -i "s|const options = ['-f'.*|const options = ['-f', '43', '-o', path];|g" $import_script
374
+    sed -i "s|const options = \\['-f'.*|const options = ['-f', '43', '-o', path];|g" $import_script
375 375
 
376 376
     if [ ! -f $import_script ]; then
377 377
         dialog --title $"Import videos from legacy sites" \