From 41e4030655a7b94c277aa5badfabf06bfb4c5738 Mon Sep 17 00:00:00 2001 From: Moul Date: Mon, 6 Mar 2017 07:52:39 +0100 Subject: [PATCH] [fix] '_common' script do not exists. --- scripts/install | 1 - scripts/upgrade | 2 -- 2 files changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7c8aa54..f837f88 100644 --- a/scripts/install +++ b/scripts/install @@ -2,7 +2,6 @@ set -e source .fonctions -source ./_common source /usr/share/yunohost/helpers ynh_check_error # Active trap pour arrêter le script si une erreur est détectée. diff --git a/scripts/upgrade b/scripts/upgrade index 245ffe8..ccc0019 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -2,8 +2,6 @@ set -e -source ./_common.sh - app="jappix" # Retrieve arguments