aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2020-04-08 19:56:36 +0200
committerGitHub <noreply@github.com>2020-04-08 19:56:36 +0200
commit5e7b5455f8983cb7fcaff367a8cea5299b96a81a (patch)
tree445a466afe3a4061c8f60c39a5643bc7ea489863 /scripts/install
parentbf0dea0f437c00db213c27da299a0dda65810d6a (diff)
parent437cde4033be799bf562ce0fcb4b8c4b97b76b65 (diff)
downloadmastodon_ynh-5e7b5455f8983cb7fcaff367a8cea5299b96a81a.tar.gz
mastodon_ynh-5e7b5455f8983cb7fcaff367a8cea5299b96a81a.tar.bz2
mastodon_ynh-5e7b5455f8983cb7fcaff367a8cea5299b96a81a.zip
Merge pull request #165 from YunoHost-Apps/ldap
Implement LDAP on Mastodon_YNH
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install12
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
#=================================================