Restart icecast

This commit is contained in:
Bob Mottram 2017-11-25 19:32:08 +00:00
parent ad92c92ba8
commit 0ca44f5eab
1 changed files with 1 additions and 0 deletions

View File

@ -666,6 +666,7 @@ function install_icecast {
icecast_update_daemon
nginx_ensite icecast
systemctl restart nginx
systemctl restart icecast2
APP_INSTALLED=1
}