From d0cff5bc36b17a478304f899c425813dfbaffcf9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 20 Jul 2019 19:33:51 +0200 Subject: [PATCH] extract_mrf_simple_domains.sh: Added URI to script to script. --- extract_mrf_simple_domains.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extract_mrf_simple_domains.sh b/extract_mrf_simple_domains.sh index 23e96d2..41c51e7 100755 --- a/extract_mrf_simple_domains.sh +++ b/extract_mrf_simple_domains.sh @@ -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 :\n" cat ${0}