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

facts.d script updated

parent 54ba6496
No related branches found
No related tags found
1 merge request!1Merge Sury
Pipeline #20884 passed
......@@ -24,11 +24,11 @@ if [[ -f "${PHPQUERY}" ]]; then
fi
done
echo sapis[${s}]=$(
jo state=present modules_available=$(
jo state=present mods_available=$(
jo -a ${MODS}
) modules_enabled=$(
) mods_enabled=$(
jo -a ${MODS_ENABLED}
) modules_disabled=$(
) mods_disabled=$(
jo -a ${MODS_DISABLED})
)
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