1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00
mumbleserver_ynh/hooks/post_cert_update
2019-01-02 13:12:57 +02:00

7 lines
No EOL
118 B
Bash
Executable file

#!/bin/bash
domain=$1
app=$(basename "$0")
app=${app#50-} # all hooks are nammed "50-$app".
systemctl restart "$app"