diff --git a/src/freedombone-utils-gnusocialtools b/src/freedombone-utils-gnusocialtools index 0170336b441975351e505bfc1ef708b89daba138..00367b67e4981c6b1a73c5233687e29373b021d2 100755 --- a/src/freedombone-utils-gnusocialtools +++ b/src/freedombone-utils-gnusocialtools @@ -205,13 +205,12 @@ function install_pleroma { exit 5282682 fi - mv $INSTALL_DIR/pleroma/dist/index.html $INSTALL_DIR/pleroma/dist/pleroma.html cp -r $INSTALL_DIR/pleroma/dist/* /var/www/${pleroma_domain}/htdocs/ pleroma_set_background_image_from_url "$pleroma_domain" "$background_url" "$title" nginx_site=/etc/nginx/sites-available/${pleroma_domain} - sed -i 's|index index.php;|index pleroma.html;|g' $nginx_site + sed -i 's|index index.php;|index index.html;|g' $nginx_site } function upgrade_pleroma { @@ -228,7 +227,6 @@ function upgrade_pleroma { echo 'Unable to build pleroma' exit 268362 fi - mv $INSTALL_DIR/pleroma/dist/index.html $INSTALL_DIR/pleroma/dist/pleroma.html cp -r $INSTALL_DIR/pleroma/dist/* /var/www/${domain_name}/htdocs/ pleroma_set_background_image_from_url "$domain_name" "$background_url" "$title" else