Skip to content

Commit

Permalink
Merge pull request #157 from thelamer/master
Browse files Browse the repository at this point in the history
fix for pid removal on startup
  • Loading branch information
j0nnymoe authored Feb 15, 2019
2 parents 6b2fda0 + 96bc2df commit 985795d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/cont-init.d/40-chown-files
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

# remove plex pid after unclean stop
[[ -f "/config/Library/Application Support/Plex Media Server/plexmediaserver.pid" ]] && \
rm /config/Library/Application Support/Plex Media Server/plexmediaserver.pid
rm -f "/config/Library/Application Support/Plex Media Server/plexmediaserver.pid"

# permissions (non-recursive) on config root and folders
chown abc:abc \
Expand Down

0 comments on commit 985795d

Please sign in to comment.