From 165e917736b8fd5864228080f54d2b357a98ab87 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 5 Sep 2022 01:55:38 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index 9ae9496..b866960 100755 --- a/scripts/restore +++ b/scripts/restore @@ -87,6 +87,8 @@ ynh_psql_execute_file_as_root --file="./db.sql" --database=$db_name #================================================= ynh_script_progression --message="Installing Mautrix-Bridge Python Module..." --weight=6 +mkdir -p /var/log/$app +# Configure Mautrix-Bridge python3 -m venv $final_path export HOME=$final_path $final_path/bin/pip3 install --upgrade pip setuptools wheel