Skip to content

Commit

Permalink
turn off shellcheck warning
Browse files Browse the repository at this point in the history
missed in merge of #130
  • Loading branch information
mgree authored Oct 31, 2023
1 parent b976c39 commit e9afc9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions try
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ EOF
# --pid: create a new process namespace (needed fr procfs to work right)
# --fork: necessary if we do --pid
# "Creation of a persistent PID namespace will fail if the --fork option is not also specified."
# shellcheck disable=SC2086 # we want field splitting!
unshare --mount --map-root-user --user --pid --fork $EXTRA_NS "$mount_and_execute"
TRY_EXIT_STATUS=$?

Expand Down

0 comments on commit e9afc9b

Please sign in to comment.