From 24ddd81c657734e30dff4a71a332d51e1889a7d2 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Mon, 3 Jul 2017 17:40:09 +0200 Subject: [PATCH] [fix] Enigma plugin --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 93f43c7..ad3c1d7 100644 --- a/scripts/install +++ b/scripts/install @@ -13,6 +13,7 @@ app=$YNH_APP_INSTANCE_NAME domain=$YNH_APP_ARG_DOMAIN path=$(ynh_normalize_url_path $YNH_APP_ARG_PATH) with_carddav=$YNH_APP_ARG_WITH_CARDDAV +with_enigma=$YNH_APP_ARG_WITH_ENIGMA # Check domain/path availability sudo yunohost app checkurl "${domain}${path}" -a "$app" \