Skip to content

Commit

Permalink
Fix: Path contained duplicated "volumes" element
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Mar 30, 2022
1 parent b2e113e commit 6535c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm_supervisor/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Settings(BaseSettings):
EXECUTION_LOG_DIRECTORY = FilePath(join(EXECUTION_ROOT, "executions"))

PERSISTENT_VOLUMES_DIR = FilePath(
join("/var/lib/aleph/vm/volumes", "volumes", "persistent")
join("/var/lib/aleph/vm", "volumes", "persistent")
)

MAX_PROGRAM_ARCHIVE_SIZE = 10_000_000 # 10 MB
Expand Down

0 comments on commit 6535c7a

Please sign in to comment.