Allow passing of 'allow_pkgpart' and 'import' flags up the chain to FS::cust_pkg...
[freeside.git] / FS / bin / freeside-deloutsourceuser
1 #!/bin/sh
2
3 username=$1
4
5 freeside-deluser -h %%%FREESIDE_CONF%%%/htpasswd $username 2>/dev/null
6