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:
parent
fbc1fec989
commit
da2f13a2cc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ $1 == __DOMAIN__ ]; then
|
||||
systemctl restart matrix-__APP__
|
||||
systemctl restart __APP__.service
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue