mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
work
This commit is contained in:
@@ -131,14 +131,15 @@ def upload_https_host_files(c):
|
||||
create_parent_dir=True,
|
||||
)
|
||||
|
||||
put(c, SCRIPTS_DIR / 'http_host' / 'cron.d' / 'ofm_http_host', '/etc/cron.d/')
|
||||
|
||||
c.sudo('chown -R ofm:ofm /data/ofm/http_host')
|
||||
|
||||
c.sudo('rm -rf /data/ofm/http_host/logs')
|
||||
c.sudo('mkdir -p /data/ofm/http_host/logs')
|
||||
c.sudo('chown root:root /data/ofm/http_host/logs')
|
||||
|
||||
# always last
|
||||
put(c, SCRIPTS_DIR / 'http_host' / 'cron.d' / 'ofm_http_host', '/etc/cron.d/')
|
||||
|
||||
|
||||
def upload_certificates(c):
|
||||
for file in (CONFIG_DIR / 'certs').iterdir():
|
||||
@@ -158,7 +159,7 @@ def debug_tmp(c):
|
||||
# upload_https_host_files(c)
|
||||
|
||||
for file in [
|
||||
'deploy_tiles_version.py',
|
||||
'mounter.py',
|
||||
]:
|
||||
put(
|
||||
c,
|
||||
|
||||
Reference in New Issue
Block a user