Explorar el Código

Adding bbb-mantenimiento first revision

master
lmartin hace 4 años
padre
commit
e2653dde10
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      bbb-mantenimiento.sh

+ 7
- 0
bbb-mantenimiento.sh Ver fichero

@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+now=$(date)
3
+echo "======================"
4
+echo "Current Date: $now"
5
+bbb-conf --restart
6
+echo "======================"
7
+#TODO: Remove OLD recordings

Loading…
Cancelar
Guardar