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