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

Fix app-service script

This commit is contained in:
Josué Tille 2020-08-06 23:11:52 +02:00
parent 108dd2b623
commit e91d30a76b
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -8,7 +8,7 @@ cp $service_config_file /tmp/app_service_backup.yaml
echo "app_service_config_files:" > $service_config_file
for f in $(ls /etc/matrix-$app/app-service/); do
echo " - /etc/matrix-synapse/$app" >> $service_config_file
echo " - /etc/matrix-$app/app-service/$f" >> $service_config_file
done
# Set permissions