mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
7 lines
No EOL
118 B
Bash
Executable file
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" |