This commit is contained in:
Zsolt Ero
2023-12-05 00:19:50 +01:00
parent 1073eb5a3e
commit 2fbfe15b85
3 changed files with 34 additions and 16 deletions

View File

@@ -21,3 +21,5 @@ def install_planetiler(c):
c.sudo(f'java -jar {PLANETILER_PATH} --help')
put(c, templates / 'planetiler' / 'run_planet.sh', PLANETILER_DIR, permissions='755')
c.sudo('chown -R ofm:ofm /data/planetiler')