diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-10 11:36:13 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-05-10 11:36:13 +0200 |
| commit | 383afca10c79cbe1e9932fccff5a7bb650384513 (patch) | |
| tree | c8877ded7e3263ffaccba6afd61829d633bbc229 /scripts/install | |
| parent | c027590f7ebcba3f89c1fdd8b8ac12516e1959e8 (diff) | |
| download | mastodon_ynh-383afca10c79cbe1e9932fccff5a7bb650384513.tar.gz mastodon_ynh-383afca10c79cbe1e9932fccff5a7bb650384513.tar.bz2 mastodon_ynh-383afca10c79cbe1e9932fccff5a7bb650384513.zip | |
switch to ynh_send_readme_to_admin__2
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 1366e80..411edc6 100644 --- a/scripts/install +++ b/scripts/install @@ -9,6 +9,7 @@ source _common.sh source ynh_install_ruby source ynh_add_secure_repos__3 +source ynh_send_readme_to_admin__2 source /usr/share/yunohost/helpers #================================================= @@ -305,7 +306,7 @@ The admin email is: $admin_mail The admin password is: $admin_pass If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/mastodon_ynh" -ynh_send_readme_to_admin "$message" "$admin" +ynh_send_readme_to_admin --app_message=$message --recipients=$admin_mail --type='install' #================================================= # END OF SCRIPT |
