From c482b9dc80b827ec8394502947fac649bb93345a Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 24 Feb 2020 16:48:41 +0100 Subject: [PATCH] enable execution and fallback start for plex --- organizr.sh | 0 plex.sh | 1 + 2 files changed, 1 insertion(+) mode change 100644 => 100755 organizr.sh diff --git a/organizr.sh b/organizr.sh old mode 100644 new mode 100755 diff --git a/plex.sh b/plex.sh index 1dd04c4e..291046e0 100755 --- a/plex.sh +++ b/plex.sh @@ -22,4 +22,5 @@ iocage stop plex sleep 10s echo "Waiting 20s to start plex" iocage start plex +iocage exec plex service plexmediaserver_plexpass start echo "Finished installing plex" \ No newline at end of file