mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-13 00:30:26 +00:00
9 lines
129 B
Bash
9 lines
129 B
Bash
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
cron
|
|
cd /src/yggdrasil-map/web/ && python updateGraph.py
|
|
python /src/yggdrasil-map/web/web.py
|
|
exit $?
|