This commit is contained in:
TheSpad 2023-09-04 20:26:16 +01:00
parent 2921a3e2a0
commit b804392aaa
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -111,7 +111,7 @@ if [[ "$REMOTE_VERSION" == "$INSTALLED_VERSION" ]]; then
fi
if [[ -z "${REMOTE_VERSION}" ]]; then
echo "*** Unable to fetch version from Plex remote endpoint, please check your network configuration ***"
echo "*** Unable to fetch version from Plex remote endpoint or empty VERSION supplied, please check your configuration ***"
exit 0
fi