Stable branch #2

Merged
Ark74 merged 34 commits from stable-branch into master 2020-04-11 19:22:27 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit cfb4ef600a - Show all commits

View File

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