map sqlDetails file to array variable

This commit is contained in:
Asif Bacchus 2018-09-04 18:34:14 -06:00
parent 30b1f2a4d7
commit 8ae55fb199
1 changed files with 3 additions and 0 deletions

View File

@ -169,3 +169,6 @@ else
echo -e "Script will continue processing..." >> $logFile
fi
## Read sqlDetails file and extract necessary information
mapfile -t sqlParams < $sqlDetails