From cfb4ef600a0d80b608220dddd5e6262e74ec7792 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 11 Apr 2020 02:57:28 -0500 Subject: [PATCH] Improve simple header --- jra_nextcloud.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 0f7fec5..055b596 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -1,6 +1,7 @@ #!/bin/bash -# Quick Nextcloud Jitsi -# +# JRA (Jibri Recordings Access) via Nextcloud +# SwITNet Ltd © - 2020, https://switnet.net/ +# GPLv3 or later. if ! [ $(id -u) = 0 ]; then echo "You need to be root or have sudo privileges!" exit 0