$USERNAME =$($INI$LNAME | tr '[:upper:]' '[:lower:]')
This is not working. How can i make it work?
Your assignment should be USERNAME=$(...).
USERNAME=$(...)