From 16829653ee9f1a66ac7795481790878fae41af14 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 12 Mar 2021 03:20:41 +0100 Subject: [PATCH] fix missing source --- scripts/restore | 1 + scripts/upgrade | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index 6361b33..68bc886 100755 --- a/scripts/restore +++ b/scripts/restore @@ -9,6 +9,7 @@ # Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers +source ../settings/scripts/ynh_install_php #================================================= # MANAGE SCRIPT FAILURE diff --git a/scripts/upgrade b/scripts/upgrade index 1fc4f46..b8d2066 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -8,6 +8,7 @@ source _common.sh source /usr/share/yunohost/helpers +source ynh_install_php #================================================= # LOAD SETTINGS