Skip to content

Commit 43fd01a

Browse files
authored
Update newPMS_Updater.sh
added libpython symlink, doesn't seem to do anything that I can tell but kept with what original script seems to be doing.
1 parent e92916e commit 43fd01a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

newPMS_Updater.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ applyUpdate()
211211
echo Done. | LogMsg -f
212212
} fi
213213
ln -s $INJAILPARENTPATH/$PMSLIVEFOLDER/Plex\ Media\ Server $PMSPARENTPATH/$PMSLIVEFOLDER/Plex_Media_Server 2>&1 | LogMsg
214+
ln -s $INJAILPARENTPATH/$PMSLIVEFOLDER/lib/libpython2.7.so.1 $PMSPARENTPATH/$PMSLIVEFOLDER/libpython2.7.so 2>&1 | LogMsg
214215
echo Starting Plex Media Server .....| LogMsg -n
215216
iocage exec $JAILNAME service plexmediaserver_plexpass start
216217
echo Done. | LogMsg -f

0 commit comments

Comments
 (0)