mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
double quote for sed
This commit is contained in:
parent
4d5a63f563
commit
267e2c3995
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Specific information for the application $app.
|
|||
$app_message
|
||||
---
|
||||
Automatic diagnosis data from YunoHost
|
||||
$(yunohost tools diagnosis | grep -B 100 "services:" | sed '/services:/d')"
|
||||
$(yunohost tools diagnosis | grep -B 100 "services:" | sed "/services:/d')"
|
||||
|
||||
# Define binary to use for mail command
|
||||
if [ -e /usr/bin/bsd-mailx ]
|
||||
|
|
Loading…
Add table
Reference in a new issue