Compare commits

..

1 Commits
1.1.0 ... 1.1.1

Author SHA1 Message Date
1634a2a507 Fixing typo. Updating to version 1.1.1 2023-09-01 18:11:04 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ if [ -f "/home/extensions.json" ]; then
jsonExtensions=$(cat /home/extensions.json)
# Use jq to extract the extension parameter from the JSON array
extensions=$(echo $jsonExtensions | jq -r '.[].extensionsGroup[].extensions[].uniqueIdentifier')
extensions=$(echo $jsonExtensions | jq -r '.[].extensionsGroup.extensions[].uniqueIdentifier')
# Loop through the extensions and process each element
for extension in $extensions; do

View File

@ -1 +1 @@
1.1.0
1.1.1