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

Fix service name in hook

This commit is contained in:
Josué Tille 2024-03-19 23:12:02 +01:00
parent fbc1fec989
commit da2f13a2cc
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -1,5 +1,5 @@
#!/bin/bash
if [ $1 == __DOMAIN__ ]; then
systemctl restart matrix-__APP__
systemctl restart __APP__.service
fi