Do not use $ in OS user password

rand_password shouldn't generate passwords with $
$ is a reserved symbol in Bash
export OS_PASSWORD=<password with $> doesn't work

Change-Id: Iebb211165c4deee09d34e19b5557a3e086add05a
1 file changed