summaryrefslogtreecommitdiffstats
path: root/main/ez-ipupdate/ez-ipupdate.pre-install
blob: a8d0c4791c308bb77eb28c7b1d7941ce0a42b88e (plain)
1
2
3
4
5
#!/bin/sh

adduser -h /var/lib/ez-ipupdate -s /bin/false -D ipupdate 2>/dev/null
exit 0