Docker container that was used to power meet.jerryaldrichiii.com (back when I ran a Jitsi server)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
chown 1001:0 -R /config /var/log /var/lib /etc/jitsi
|
|
chmod g=u -R /config /var/log /var/lib /etc/localtime /etc/timezone /etc/s6 /etc/jitsi /etc/passwd /run /root /usr/bin
|
|
|
|
# File should delete itself
|
|
rm -- "$0"
|
|
|