RT# 80898 - added config option to allow for the changing of the name for credit...
[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