From 032eb74d138aef5dc5bef0cc9647e7036c388b3b Mon Sep 17 00:00:00 2001 From: Taker Date: Wed, 19 Jul 2017 23:16:57 +0200 Subject: [PATCH] source helpers in install script --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 21d0ffc..97d2a2a 100755 --- a/scripts/install +++ b/scripts/install @@ -7,6 +7,9 @@ data_dir=$3 current_dir=${PWD} debian_version=$(lsb_release -c -s) +# Source app helpers +source /usr/share/yunohost/helpers + # Check domain/path availability sudo yunohost app checkurl $domain$path -a flood if [[ ! $? -eq 0 ]]; then