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

6 lines
84 B
Text
Raw Normal View History

#!/bin/bash
if [ $1 == __DOMAIN__ ]; then
2024-03-19 23:12:02 +01:00
systemctl restart __APP__.service
fi