third time's the charm: MySQL didn't like casting to INTEGER, it wants SIGNED. whew.
[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