From 86821d48e0121ea21edaa254a11cf3ab142b55cb Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 18 Apr 2020 17:03:30 +0200 Subject: [PATCH] [enh] quiet grep Co-Authored-By: Kayou --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9da2313..21f9cbe 100644 --- a/scripts/install +++ b/scripts/install @@ -56,7 +56,7 @@ app=$YNH_APP_INSTANCE_NAME ynh_script_progression --message="Validating installation parameters..." --time --weight=1 # Testing if ZeroTier is installed -yunohost app list | grep "id: zerotier" || ynh_die "ZeroTier is needed, but it is not installed. There is a package for that!" +yunohost app list | grep -q "id: zerotier" || ynh_die "ZeroTier is needed, but it is not installed. There is a package for that!" ### If the app uses nginx as web server (written in HTML/PHP in most cases), the final path should be "/var/www/$app". ### If the app provides an internal web server (or uses another application server such as uwsgi), the final path should be "/opt/yunohost/$app"