Improve simple header

This commit is contained in:
Luis Guzmán 2020-04-11 02:57:28 -05:00
parent e6c655a876
commit cfb4ef600a
1 changed files with 3 additions and 2 deletions

View File

@ -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