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:
parent
108dd2b623
commit
e91d30a76b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue