diff options
| author | yalh76 <yalh@yahoo.com> | 2020-04-16 20:38:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 20:38:16 +0200 |
| commit | 6b30109fc986d83166b1805ec3ad7e28200e3743 (patch) | |
| tree | 78e18208680a5eae1b0c5d38a10d0542e1f63854 /scripts/install | |
| parent | 7e1f4c2dee5f2c8374686aea62f4648cdf2722c3 (diff) | |
| parent | 6650cdd372df215e37250501f6ab8d345941a29b (diff) | |
| download | mastodon_ynh-6b30109fc986d83166b1805ec3ad7e28200e3743.tar.gz mastodon_ynh-6b30109fc986d83166b1805ec3ad7e28200e3743.tar.bz2 mastodon_ynh-6b30109fc986d83166b1805ec3ad7e28200e3743.zip | |
Merge pull request #212 from YunoHost-Apps/testing
Implement LDAP
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/install b/scripts/install index 7d7d4b8..cb059ba 100644 --- a/scripts/install +++ b/scripts/install @@ -294,18 +294,6 @@ ynh_script_progression --message="Reloading nginx web server..." --weight=2 ynh_systemd_action --service_name=nginx --action=reload #================================================= -# SEND A README FOR THE ADMIN -#================================================= -ynh_script_progression --message="Sending a readme for the admin..." --weight=17 - -ynh_replace_string --match_string="__ADMIN_MAIL__" --replace_string="$admin_mail" --target_file="../conf/message" -ynh_replace_string --match_string="__ADMIN_PASS__" --replace_string="$admin_pass" --target_file="../conf/message" -ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="../conf/message" -ynh_replace_string --match_string="__PATH_URL__" --replace_string="$path_url" --target_file="../conf/message" - -ynh_send_readme_to_admin --app_message="../conf/message" --recipients=$admin_mail --type='install' - -#================================================= # END OF SCRIPT #================================================= |
