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

Fix ynh_check_starting use

This commit is contained in:
Josué Tille 2018-02-12 10:24:47 +01:00
parent bfe62f0316
commit 552cd56308
2 changed files with 2 additions and 2 deletions

View file

@ -298,4 +298,4 @@ yunohost service add coturn-$app
#=================================================
systemctl restart coturn-$app.service
ynh_check_starting "Synapse now listening on port 8448" "/var/log/matrix-$app/homeserver.log" 300 "matrix-$app"
ynh_check_starting "Synapse now listening on port $synapse_tls_port" "/var/log/matrix-$app/homeserver.log" 300 "matrix-$app"

View file

@ -151,4 +151,4 @@ yunohost service add coturn-$app
systemctl reload nginx.service
systemctl restart coturn-$app.service
ynh_check_starting "Synapse now listening on port 8448" "/var/log/matrix-$app/homeserver.log" 300 "matrix-$app"
ynh_check_starting "Synapse now listening on port $synapse_tls_port" "/var/log/matrix-$app/homeserver.log" 300 "matrix-$app"