From 2076f9fc69ddd9091549980e7c84d57c87462f5d Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 29 Jan 2017 16:06:11 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 1c63c53..e17e132 100644 --- a/scripts/install +++ b/scripts/install @@ -23,6 +23,9 @@ if [[ ! "$path" == "/" ]]; then path=${path%/} fi +# Source YunoHost helpers +source /usr/share/yunohost/helpers + # Copy files to the right place final_path=/var/www/$app sudo mkdir -p $final_path