diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | scripts/install | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Mastodon for YunoHost [](https://dash.yunohost.org/appci/app/mastodon)   -[](https://install-app.yunohost.org/?app=mastodon) +[](https://install-app.yunohost.org/?app=mastodon) *[Lire ce readme en français.](./README_fr.md)* diff --git a/scripts/install b/scripts/install index d4d51d9..a005eba 100644 --- a/scripts/install +++ b/scripts/install @@ -62,7 +62,7 @@ ynh_app_setting_set --app=$app --key=language --value=$language #================================================= # FIND AND OPEN A PORT #================================================= -ynh_script_progression --message="Configuring firewall..." +ynh_script_progression --message="Finding an available port..." # Find an available port port_web=$(ynh_find_port --port=3000) |
