Skip to content
Snippets Groups Projects
Commit e9aafa8f authored by Chris Croome's avatar Chris Croome
Browse files

Add state for SAPIs

parent 75f72204
No related branches found
Tags 2.7.1
No related merge requests found
Pipeline #20518 passed
......@@ -15,7 +15,7 @@ if [[ -f "${PHPQUERY}" ]]; then
for s in ${SAPI}; do
MODULES=$("${PHPQUERY}" -v ${v} -s ${s} -M | sort)
echo sapi[${s}]=$(
jo modules=$(jo -a ${MODULES} )
jo state=present modules=$(jo -a ${MODULES} )
)
done
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment