From c513ef35afcd16f27a5a860557e1c9403fd144f8 Mon Sep 17 00:00:00 2001 From: ljf Date: Wed, 14 Mar 2018 03:32:18 +0100 Subject: [PATCH] [fix] Patch unapplied --- scripts/restore | 4 ++-- {patches => sources/patches}/app-0001-7ca4932.patch | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {patches => sources/patches}/app-0001-7ca4932.patch (100%) diff --git a/scripts/restore b/scripts/restore index 44268e3..25ae50a 100644 --- a/scripts/restore +++ b/scripts/restore @@ -7,7 +7,7 @@ #================================================= source /usr/share/yunohost/helpers -source _common.sh +source ../settings/scripts/_common.sh #================================================= # MANAGE SCRIPT FAILURE @@ -23,7 +23,7 @@ ynh_abort_if_errors export app=$YNH_APP_INSTANCE_NAME export domain=$(ynh_app_setting_get $app domain) -export path_url=$(ynh_app_setting_get $app path_url) +export path_url=$(ynh_app_setting_get $app path) export admin=$(ynh_app_setting_get $app admin) export final_path=$(ynh_app_setting_get $app final_path) export is_public=$(ynh_app_setting_get $app is_public) diff --git a/patches/app-0001-7ca4932.patch b/sources/patches/app-0001-7ca4932.patch similarity index 100% rename from patches/app-0001-7ca4932.patch rename to sources/patches/app-0001-7ca4932.patch