From 520baa1e377dbf2f74d5903df6587bf8b81d1f6a Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Wed, 21 Jun 2017 19:45:46 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 465f26b..8258537 100644 --- a/scripts/install +++ b/scripts/install @@ -23,6 +23,9 @@ is_public=$YNH_APP_ARG_IS_PUBLIC # Source YunoHost helpers source /usr/share/yunohost/helpers +# Define variables +$src_path=/var/www/$app + # Save app settings ynh_app_setting_set "$app" is_public "$is_public"