Skip to content

Commit 79d5e6c

Browse files
committed
icecast upgrade from old config file
1 parent 9dd89e3 commit 79d5e6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spk/icecast/src/service-setup.sh

+5
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ service_postinst ()
1616
}
1717

1818

19+
service_postupgrade ()
20+
{
21+
sed -i -e "s|/usr/local/icecast|/var/packages/icecast|g" ${CFG_FILE}
22+
}
23+

0 commit comments

Comments
 (0)