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:
parent
49c430850e
commit
cf5e62a105
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue