mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
tile_gen fixes
This commit is contained in:
@@ -70,6 +70,7 @@ def prepare_tile_gen(c):
|
||||
|
||||
c.sudo(f'{VENV_BIN}/pip install -e {TILE_GEN_BIN} --use-pep517')
|
||||
|
||||
c.sudo('rm -rf /data/ofm/tile_gen/logs')
|
||||
c.sudo('mkdir -p /data/ofm/tile_gen/logs')
|
||||
|
||||
c.sudo('chown ofm:ofm /data/ofm/tile_gen/{,*}')
|
||||
|
||||
Reference in New Issue
Block a user