Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove jid file #178

Merged
merged 2 commits into from
Oct 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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