summaryrefslogtreecommitdiffstats
path: root/testing/icecast/icecast.pre-install
blob: 7149ba72323b7e1355d5e316e4ff2e9433649c0e (plain)
1
2
3
4
5
#!/bin/sh

adduser -h /var/log/icecast -s /bin/false -D icecast  2>/dev/null

exit 0