mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
6 lines
83 B
Text
6 lines
83 B
Text
|
#!/bin/bash
|
||
|
|
||
|
if [ $1 == __DOMAIN__ ]; then
|
||
|
systemctl restart matrix-__APP__
|
||
|
fi
|