diff options
| author | yalh76 <yalh@yahoo.com> | 2021-02-17 18:25:32 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2021-02-17 18:25:32 +0100 |
| commit | 014dcf6239936a43249f3f8dd1fe8c5237f335d7 (patch) | |
| tree | 97e616f56346d3555e55d690ba3451aa8a001653 /scripts | |
| parent | 43b89206b18f095d9f9d3e38993db88ac511b609 (diff) | |
| parent | 2048fc473159bc8c5454e1bb14893d110b55ba53 (diff) | |
| download | mastodon_ynh-014dcf6239936a43249f3f8dd1fe8c5237f335d7.tar.gz mastodon_ynh-014dcf6239936a43249f3f8dd1fe8c5237f335d7.tar.bz2 mastodon_ynh-014dcf6239936a43249f3f8dd1fe8c5237f335d7.zip | |
Merge branch 'testing' into upgrade
Diffstat (limited to 'scripts')
| -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) |
