Maniack Crudelis
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
scripts/_common.sh
|
|
|
@ -170,7 +170,7 @@ ynh_abort_if_up_to_date () { |
|
|
|
# If you give the name of a YunoHost user, ynh_send_readme_to_admin will find its email adress for you |
|
|
|
# example: "root admin@domain user1 user2" |
|
|
|
ynh_send_readme_to_admin() { |
|
|
|
local app_message="${1:-...No specific informations...}" |
|
|
|
local app_message="${1:-...No specific information...}" |
|
|
|
local recipients="${2:-root}" |
|
|
|
|
|
|
|
# Retrieve the email of users |
|
|
|
@ -201,7 +201,7 @@ ynh_send_readme_to_admin() { |
|
|
|
|
|
|
|
local mail_message="This is an automated message from your beloved YunoHost server. |
|
|
|
|
|
|
|
Specific informations for the application $app. |
|
|
|
Specific information for the application $app. |
|
|
|
|
|
|
|
$app_message |
|
|
|
|
|
|
|
|