Parcourir la source

Remove icecast onion address

Bob Mottram il y a 7 ans
Parent
révision
0da9ed132f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3
    0
      src/freedombone-app-icecast

+ 3
- 0
src/freedombone-app-icecast Voir le fichier

@@ -526,6 +526,8 @@ function remove_icecast {
526 526
     if [ -d /etc/ices2 ]; then
527 527
         rm -rf /etc/ices2
528 528
     fi
529
+    function_check remove_onion_service
530
+    remove_onion_service icecast ${ICECAST_ONION_PORT}
529 531
     sed -i '/icecast/d' $COMPLETION_FILE
530 532
 }
531 533
 
@@ -534,6 +536,7 @@ function install_icecast {
534 536
     apt-get -yq update
535 537
 
536 538
     debconf-set-selections <<< "icecast2 icecast2/icecast-setup boolean false"
539
+    apt-get -yq install icecast2
537 540
     apt-get -yq install icecast2 ices2 ffmpeg apache2-utils
538 541
 
539 542
     if [ ! -f /etc/icecast2/icecast.xml ]; then