Explorar el Código

Updating scalelite_batch_import to handle whole presentations

master
lmartin hace 4 años
padre
commit
07a3796cfe
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      scalelite_batch_import.sh

+ 1
- 2
scalelite_batch_import.sh Ver fichero

@@ -16,6 +16,5 @@ for done_file in "$status_dir"/*.done; do
16 16
 
17 17
     prev_record_id="$record_id"
18 18
     echo "$record_id"
19
-    ( cd "$scripts_dir" && sudo -n -u bigbluebutton ./post_publish/scalelite_post_publish.rb -m 6ca54fd83558eb5af468fa0c9a80ce0d6406884c-1590172366578 )
20
-    break
19
+    ( cd "$scripts_dir" && sudo -n -u bigbluebutton ./post_publish/scalelite_post_publish.rb -m "$record_id" )
21 20
 done

Loading…
Cancelar
Guardar