diff --git a/README.md b/README.md index eb546be..f9ab672 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post 1. **Pleroma** require a dedicated **root domain**, eg. pleroma.domain.tld 1. **Pleroma** require a valid **certificate** installed on the domain. Yunohost can **install Letsencrypt certificate** on the domain from **admin web-interface** or through **command-line**. -1. This package is **multi-instance** that means you can run **multiple Pleroma instances** on a **single server**. +1. This package is currently set to **single-instance** that means you can run a **single Pleroma instance** on a **single server**. ## Screenshots diff --git a/scripts/install b/scripts/install index 515f889..4a35df8 100755 --- a/scripts/install +++ b/scripts/install @@ -227,7 +227,7 @@ pushd $final_path/$app sleep 60 # Add user - su pleroma -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl user new $admin $admin_email --password $password --moderator --admin -y" + su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl user new $admin $admin_email --password $password --moderator --admin -y" popd #=================================================