Skip to content

Commit

Permalink
Update securedrop/bin/dev-shell
Browse files Browse the repository at this point in the history
Co-authored-by: deeplow <[email protected]>
  • Loading branch information
legoktm and deeplow authored Jun 3, 2024
1 parent c9448ca commit 1699315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/bin/dev-shell
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function docker_run() {
if [ -n "${USE_TOR:-}" ]; then
# Mount persistent onion services
# shellcheck disable=SC2046
$DOCKER_BIN volume create sd-onion-services $(if [ "$DOCKER_BIN" = "podman" ]; then echo "--ignore"; fi)
$DOCKER_BIN volume inspect sd-onion-services -f " " || $DOCKER_BIN volume create sd-onion-services
DOCKER_RUN_ARGUMENTS="${DOCKER_RUN_ARGUMENTS} --volume sd-onion-services:/var/lib/tor/services"
fi

Expand Down

0 comments on commit 1699315

Please sign in to comment.