Skip to content

Commit 5507d5a

Browse files
author
Kyle Robbertze
committed
Never enable icecast
This is inline with the other dependent services. The user should enable desired services
1 parent f60c99c commit 5507d5a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

debian/libretime.postinst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ case "$1" in
6060
a2enmod rewrite php7.0
6161
systemctl restart apache2
6262

63-
# Enable icecast
64-
if [ -f /etc/default/icecast2 ]; then
65-
sed -i 's/ENABLE=false/ENABLE=true/g' /etc/default/icecast2
66-
fi
67-
6863
su postgres <<'EOF'
6964
set +e
7065
count=$(psql -d postgres -tAc "SELECT count(*) FROM pg_roles WHERE rolname='airtime';")

0 commit comments

Comments
 (0)