From 6c0f60225aecc87d8001d96120a39d4c8352c308 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Thu, 29 May 2014 11:39:28 +0200 Subject: [PATCH] No need for external python script anymore --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ff88689..7f0a04e 100644 --- a/scripts/install +++ b/scripts/install @@ -11,7 +11,7 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi -sudo yunohost app list | python ../conf/list_installed_apps.py | grep radicale +sudo yunohost app list --json | grep -q '"id": "radicale"' if [[ ! $? -eq 0 ]]; then echo "Error : Radicale app is not installed" exit 1