Release 4.8.5

This commit is contained in:
tsightler
2021-09-27 00:39:01 -04:00
parent 720f84b30c
commit 0cc606d21b

View File

@@ -26,9 +26,9 @@ fi
if [ -v BRANCH ]; then
if [ "${BRANCH}" = "latest" ] || [ "${BRANCH}" = "dev" ]; then
cd "/app/ring-mqtt-${BRANCH}"
else
cd /app/ring-mqtt
fi
else
cd /app/ring-mqtt
fi
echo "-------------------------------------------------------"