Closed JaBurd closed 6 years ago
Change the password echos to be passed as a group and individually.
Resolves issue #44 by splitting up the passwords to be passed individually vs a single echo.
Also the test -e not_if clause was causing issues as test -e didn't work properly, reverted to a file exists test.
test -e
Thanks for the submission! I'm going to merge this and it will go out with the next release.
Change the password echos to be passed as a group and individually.
Resolves issue #44 by splitting up the passwords to be passed individually vs a single echo.
Also the
test -e
not_if clause was causing issues astest -e
didn't work properly, reverted to a file exists test.