Forgot to copy that default plexmediaserver file

This commit is contained in:
Stian Buch Larsen 2015-08-28 13:37:42 +02:00
parent 906590d7fb
commit a51f16ab19
2 changed files with 7 additions and 4 deletions

View file

@ -24,6 +24,7 @@ if [[ ! "$VERSION" == "$INSTALLED " ]]; then
rm -f /tmp/plexmediaserver_*.deb
wget -P /tmp "http://downloads.plexapp.com/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb"
last=$?
cp /defaults/plexmediaserver /etc/default/plexmediaserver
done
else
echo "Allready Uptodate"