-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74260/
-----------------------------------------------------------
Review request for ranger, Dhaval Shah, Dineshkumar Yadav, Gautam Borad,
Jayendra Parab, Kishor Gollapalliwar, Abhay Kulkarni, Mateen Mansoori, Mehul
Parikh, Pradeep Agrawal, VaradreawiZTV VaradreawiZTV, Vishal Suvagia, and
Velmurugan Periasamy.
Bugs: RANGER-4021
https://issues.apache.org/jira/browse/RANGER-4021
Repository: ranger
Description
-------
```
echo "${prefix} $@" >> $LOGFILE
echo "${prefix} $@"
```
Argument mixes string and array. Use * or separate argument.
```
if [[ ${useringrouparr[1]} =~ "(${unix_group})" ]]
```
Don't quote right-hand side of =~, it'll match literally rather than as a regex.
Diffs
-----
kms/scripts/setup.sh f723e09bb
Diff: https://reviews.apache.org/r/74260/diff/1/
Testing
-------
On Centos-7 and Centos-8
Thanks,
Kirby Zhou