From 267e2c3995d3396eb578038f11a4437820f3225e Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Thu, 16 Feb 2023 12:02:50 +0100 Subject: [PATCH] double quote for sed --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 298997e..ddbeb27 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 ]