Skip to content

Commit

Permalink
Remove jid file (#178)
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 authored Oct 6, 2021
1 parent c62e5b9 commit aa6bde6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- create: New command copy-in-flv, which is the same as copy-in, but always relative to flavourdir (#173)

### Changed
- start: do not write jid files to POT_TMP (#178)

### Fix
- copy-in: fix tmp source directory creation

Expand Down
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 aa6bde6

Please # to comment.