Opus finding
Empty CAMPAIGN_FILES/ADSET_FILES skip is bypassed when only one subdir is missing, causing 'unbound variable' under set -u
lowbugmedium
- scripts/postprocess-admanage-create.sh:40-48
shopt -s nullglob makes missing globs expand to empty, so this is handled. However if CREATES_DIR exists but neither campaigns/ nor adsets/ subdirectory exists, the early-exit at line 47 will fire correctly. Low-impact.
Recommendation
No change required; noting for completeness.