diff --git a/auto_update/auto_update.sh b/auto_update/auto_update.sh index 96280ed..e130c82 100644 --- a/auto_update/auto_update.sh +++ b/auto_update/auto_update.sh @@ -4,6 +4,8 @@ set -eu readonly app_name=xwiki +source auto_update_config.sh + get_from_manifest() { result=$(python3 <