automatic wopi configuration
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
while true; do
|
||||
echo "Running WOPI job at $(date)"
|
||||
# source env
|
||||
. /abra-entrypoint.sh -e
|
||||
# run python command
|
||||
python manage.py trigger_wopi_configuration
|
||||
echo "++ completed wopi trigger. now sleeping."
|
||||
# wait before next run
|
||||
sleep 1800 # 1800 seconds = 30 minutes
|
||||
done
|
||||
Reference in New Issue
Block a user