mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
@@ -8,7 +8,7 @@ from http_host_lib.btrfs import (
|
||||
download_area_version,
|
||||
get_versions_for_area,
|
||||
)
|
||||
from http_host_lib.mount import auto_mount_unmount
|
||||
from http_host_lib.mount import auto_mount
|
||||
from http_host_lib.nginx import write_nginx_config
|
||||
from http_host_lib.sync import auto_clean_btrfs, full_sync
|
||||
from http_host_lib.versions import fetch_version_files
|
||||
@@ -57,7 +57,7 @@ def mount():
|
||||
When finished, /mnt/ofm dir will have all the present tiles.btrfs files mounted in a read-only way.
|
||||
"""
|
||||
|
||||
auto_mount_unmount()
|
||||
auto_mount()
|
||||
|
||||
|
||||
@cli.command(name='fetch-versions')
|
||||
|
||||
Reference in New Issue
Block a user