|
@@ -187,11 +187,11 @@ function install_pleroma {
|
187
|
187
|
fi
|
188
|
188
|
|
189
|
189
|
mv ~/build/pleroma/dist/index.html ~/build/pleroma/dist/pleroma.html
|
190
|
|
- cp -r ~/build/pleroma/dist/* /var/www/$pleroma_domain/htdocs/
|
|
190
|
+ cp -r ~/build/pleroma/dist/* /var/www/${pleroma_domain}/htdocs/
|
191
|
191
|
|
192
|
192
|
pleroma_set_background_image_from_url "$pleroma_domain" "$background_url" "$title"
|
193
|
193
|
|
194
|
|
- nginx_site=/etc/nginx/sites-available/$pleroma_domain
|
|
194
|
+ nginx_site=/etc/nginx/sites-available/${pleroma_domain}
|
195
|
195
|
sed -i 's|index index.php;|index pleroma.html;|g' $nginx_site
|
196
|
196
|
}
|
197
|
197
|
|