extract_mrf_simple_domains.sh: Added URI to script to script.

This commit is contained in:
tastytea 2019-07-20 19:33:51 +02:00
parent c80966f80f
commit d0cff5bc36
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Parses MRF.SimplePolicy from Pleroma config and outputs federation
# restrictions in human-readable plain text. First argument is prod.secret.exs.
# Version: 2019-07-13_1
# Version: 2019-07-20_1
# The format in prod.secret.exs should be:
#
@ -89,5 +89,6 @@ function main()
main "${1}"
echo -e "\nGenerated with:\n"
echo -en "\nGenerated with <https://schlomp.space/tastytea/fediverse-scripts/"
echo -e "src/branch/main/extract_mrf_simple_domains.sh>:\n"
cat ${0}