diff options
| author | Alexandre Aubin <alex.aubin@mailoo.org> | 2021-01-09 22:44:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-09 22:44:16 +0100 |
| commit | 6f911bd9a22c5ea6314d32958bf2736d497d3894 (patch) | |
| tree | e6035eaa447e281681b62f231ac16c51f334b4ab | |
| parent | 2f85f60c70211ba3aef6bed0d0a622d012ed08d0 (diff) | |
| download | mastodon_ynh-6f911bd9a22c5ea6314d32958bf2736d497d3894.tar.gz mastodon_ynh-6f911bd9a22c5ea6314d32958bf2736d497d3894.tar.bz2 mastodon_ynh-6f911bd9a22c5ea6314d32958bf2736d497d3894.zip | |
Finding an available port
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
