1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

back to initial

This commit is contained in:
Robles Rodolphe 2023-02-19 01:47:32 +01:00 committed by GitHub
parent 1ed7989b95
commit 54eed6d41e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,10 @@ ynh_send_readme_to_admin() {
Specific information for the application $app. Specific information for the application $app.
$app_message $app_message
--- ---
# Define binary to use for mail command Automatic diagnosis data from YunoHost
$(yunohost tools diagnosis | grep -B 100 "services:" | sed "/services:/d')"
# Define binary to use for mail command
if [ -e /usr/bin/bsd-mailx ] if [ -e /usr/bin/bsd-mailx ]
then then
local mail_bin=/usr/bin/bsd-mailx local mail_bin=/usr/bin/bsd-mailx