Handle DB password special characters 09/103709/1
authorIttay Stern <ittay.stern@att.com>
Sun, 15 Mar 2020 07:08:08 +0000 (09:08 +0200)
committerIttay Stern <ittay.stern@att.com>
Sun, 15 Mar 2020 07:11:32 +0000 (09:11 +0200)
commit52167699df41fc56bdfbabfd419393bc118deb60
treef6e6d9cc0b58dd938312ca455d49129d8a6017f6
parent572d023b1eaddafca6d407eaf3f5fc3aadbcec7e
Handle DB password special characters

printf %q will add necessary slashes for the shell; e.g.: the following
pair is an example for input and output:

Dufr1&Ze heP$1\n"e'wi  =>  Dufr1\&Ze\ heP\$1\\n\"e\'wi

Issue-ID: OOM-2293
Issue-ID: VID-786

Change-Id: I44042782c3d9af6dffb228413197791424a2b659
Signed-off-by: Ittay Stern <ittay.stern@att.com>
deliveries/src/main/scripts/localize_quartz.sh
deliveries/src/main/scripts/localize_system.sh