Browse Source

Adding bbb-mantenimiento first revision

master
lmartin 4 years ago
parent
commit
e2653dde10
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      bbb-mantenimiento.sh

+ 7
- 0
bbb-mantenimiento.sh View File

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…
Cancel
Save