instanceinfo.sh: Removed unnecessary shellsheck-deactivations.

This commit is contained in:
tastytea 2019-06-24 17:36:59 +02:00
parent 6ce754164b
commit 3ea99489b1
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 0 additions and 2 deletions

View File

@ -62,14 +62,12 @@ function main()
jq -r ".metadata.nodeDescription" <<<"${json}"
echo "Admins: "
# shellcheck disable=SC2046
jq -r ".metadata.staffAccounts" <<<"${json}"
echo -n "Number of users: "
jq -r ".usage.users.total" <<<"${json}"
echo "Federation restrictions: "
# shellcheck disable=SC2046
jq -r ".metadata.federation.mrf_simple" <<<"${json}"
if [[ "${implementation}" == "Pleroma" ]]; then