1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

create /etc/matrix-$app/app-service when restoring

This commit is contained in:
Gredin67 2020-09-20 13:58:22 +02:00 committed by GitHub
parent 49c430850e
commit cf5e62a105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@ ynh_install_app_dependencies $dependances
ynh_script_progression --message="Restoring directory and configuration..." --weight=10 ynh_script_progression --message="Restoring directory and configuration..." --weight=10
ynh_restore ynh_restore
mkdir -p /etc/matrix-$app/app-service
# Check that the good python version is installed # Check that the good python version is installed
# If not upgrade the source # If not upgrade the source