Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 681858
Collapse All | Expand All

(-)a/usr/sbin/start_pms (+3 lines)
Lines 20-25 Link Here
20
20
21
test -f /etc/default/plexmediaserver && . /etc/default/plexmediaserver
21
test -f /etc/default/plexmediaserver && . /etc/default/plexmediaserver
22
22
23
# Activate python virtualenv
24
. "${PLEX_MEDIA_SERVER_HOME}"/Resources/Python/bin/activate
25
23
if [ ! -d "$PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR" ]
26
if [ ! -d "$PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR" ]
24
then
27
then
25
  mkdir -p "$PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR"
28
  mkdir -p "$PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR"

Return to bug 681858