We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92916e commit 43fd01aCopy full SHA for 43fd01a
newPMS_Updater.sh
@@ -211,6 +211,7 @@ applyUpdate()
211
echo Done. | LogMsg -f
212
} fi
213
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
215
echo Starting Plex Media Server .....| LogMsg -n
216
iocage exec $JAILNAME service plexmediaserver_plexpass start
217
0 commit comments