From 63a6219188e5d286cde9b971e6abc1cbe5c832ba Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 23 Jan 2023 00:53:49 +0100 Subject: [PATCH] instanceinfo.sh: add friendica about page link --- instanceinfo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/instanceinfo.sh b/instanceinfo.sh index b203fe4..8af3642 100755 --- a/instanceinfo.sh +++ b/instanceinfo.sh @@ -97,6 +97,8 @@ function parse_nodeinfo() echo "Further info, maybe: https://${instance}/site/terms" elif [[ "${implementation}" == "peertube" ]]; then echo "Further info, maybe: https://${instance}/about/instance" + elif [[ "${implementation}" == "friendica" ]]; then + echo "Further info, maybe: https://${instance}/friendica" fi }