Edit for language

This commit is contained in:
Stian Buch Larsen 2016-04-07 08:51:22 +02:00
parent 62e4ee2372
commit 058e0beaac

View File

@ -27,6 +27,7 @@ if [[ "$VERSION" = latest || "$VERSION" = plexpass ]]; then
VERSION=$PLEX_LATEST
echo "Target version: $VERSION set by: latest\plexpass"
elif [[ -z "$VERSION" ]]; then
echo "Target version: Version not set, Defaulting to supplied version"
else
echo "Target version: $VERSION set by: manually"
fi