Skip to content

Commit

Permalink
Remove jid file
Browse files Browse the repository at this point in the history
These files don't provide much benefit, but keep cluttering POT_TMP.
  • Loading branch information
grembo committed Oct 5, 2021
1 parent a4710a1 commit 0e04853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/pot/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ _js_start()

_info "Starting the pot $_pname"
# shellcheck disable=SC2086
jail -c -J "${POT_TMP:-/tmp}/${_pname}.jail.conf" $_param exec.start="sh -c 'sleep 5&'"
jail -c $_param exec.start="sh -c 'sleep 5&'"

if [ -e "$_confdir/pot.conf" ] && _is_pot_prunable "$_pname" ; then
# set-attr cannot be used for read-only attributes
Expand Down

0 comments on commit 0e04853

Please # to comment.