Update 'setup.sh'

This commit is contained in:
verita84 2023-08-05 11:58:05 -06:00
parent fc0e857cbb
commit 2ac0eaa195

View File

@ -46,6 +46,8 @@ extract-software(){
chown -R akkoma /var/lib/akkoma
chmod -R 777 /var/lib/akkoma
sed -i "s/replaceME/${ENDPOINT}/g" /etc/akkoma/config.exs
chown -R akkoma:akkoma /etc/akkoma
chmod o= /etc/akkoma/config.exs
}
nginx-ssl(){