forked from switnet/quick-jibri-installer
Improve simple header
This commit is contained in:
parent
e6c655a876
commit
cfb4ef600a
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/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
|
if ! [ $(id -u) = 0 ]; then
|
||||||
echo "You need to be root or have sudo privileges!"
|
echo "You need to be root or have sudo privileges!"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue