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