add checking of account level on proxy

This commit is contained in:
Maple 2026-04-26 19:08:08 +02:00
commit f8e887496f
4 changed files with 90 additions and 37 deletions

View file

@ -3,6 +3,7 @@
set -euo pipefail
TMP_FEATURES_TRAILINGCOMMA=$(yq ea ".$EDITION.features" editions.yaml | sed 's/- //g' | tr '\n' ',')
echo "tmpfeatures: $TMP_FEATURES_TRAILINGCOMMA"
export EDITION_FEATURES=${TMP_FEATURES_TRAILINGCOMMA::-1}
SETTINGS=$(yq ea ".$EDITION.settings" editions.yaml | yq 'keys[]')
IFS=$'\n'