From cf5e62a105bca72193589d6e1ad57d4fd9d72d4d Mon Sep 17 00:00:00 2001 From: Gredin67 <35761345+Gredin67@users.noreply.github.com> Date: Sun, 20 Sep 2020 13:58:22 +0200 Subject: [PATCH] create /etc/matrix-$app/app-service when restoring --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 3b3815d..60ada9d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -77,6 +77,7 @@ ynh_install_app_dependencies $dependances ynh_script_progression --message="Restoring directory and configuration..." --weight=10 ynh_restore +mkdir -p /etc/matrix-$app/app-service # Check that the good python version is installed # If not upgrade the source