mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
Update restore
This commit is contained in:
parent
c5b0ae172d
commit
d435af501d
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ ynh_psql_execute_file_as_root --file="./db.sql" --database=$db_name
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing Mautrix-Bridge Python Module..." --weight=6
|
ynh_script_progression --message="Installing Mautrix-Bridge Python Module..." --weight=6
|
||||||
|
|
||||||
|
mkdir -p /var/log/$app
|
||||||
|
# Configure Mautrix-Bridge
|
||||||
python3 -m venv $final_path
|
python3 -m venv $final_path
|
||||||
export HOME=$final_path
|
export HOME=$final_path
|
||||||
$final_path/bin/pip3 install --upgrade pip setuptools wheel
|
$final_path/bin/pip3 install --upgrade pip setuptools wheel
|
||||||
|
|
Loading…
Add table
Reference in a new issue