fix: upc manifest url for staging

This commit is contained in:
Eric Schultz
2021-02-12 14:56:57 -06:00
committed by GitHub
parent 9f95a98295
commit dddb9d1f36

View File

@@ -1773,8 +1773,13 @@ setTimeout(() => {
<FILE Run="/bin/bash" Method="install Vue.js web component files">
<INLINE>
<![CDATA[
source /boot/config/plugins/Unraid.net/env
MANIFEST_JSON_PATH=/boot/config/plugins/Unraid.net/webComps/manifest.json
BASE_URL=https://registration.unraid.net/webComps/
if [ "$env" = "staging" ]; then
BASE_URL=https://registration-dev.unraid.net/webComps/
fi
BASE_PATH=/boot/config/plugins/Unraid.net/webComps/
MANIFEST_JSON=manifest.json
MANIFEST_TXT=manifest.txt