2018-12-22 10:00:15 +02:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
cron
|
2018-12-27 09:16:20 +02:00
|
|
|
cd /src/yggdrasil-map/web/ && python updateGraph.py
|
2019-01-22 03:04:44 +02:00
|
|
|
python /src/yggdrasil-map/web/web.py --host $HOST --port $PORT
|
2018-12-22 10:00:15 +02:00
|
|
|
exit $?
|