Skip to content

Commit

Permalink
use bash instead of sh to parse arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio9701 committed Aug 10, 2023
1 parent 28ee70b commit 1f03eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbanpy/routing/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def start_osrm_server(country: str, continent: str, profile: str) -> None:
container_check = ["docker", "inspect", container_name]
container_start = ["docker", "start", container_name]
download_command = [
"sh",
"bash",
str(pathlib.PosixPath(ROUTING_MODUEL_DIR, "unix_download.sh")),
CONTAINER_NAME,
country,
Expand Down

0 comments on commit 1f03eb2

Please sign in to comment.