Merge branch 'develop' into dist/eole/2.7.0/develop

This commit is contained in:
vincent 2019-04-18 14:53:36 +02:00
commit cbc84bd841
4 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,8 @@ then
previousUsers=($(awk -F ':' '{print $1}' ${readerfile} )) previousUsers=($(awk -F ':' '{print $1}' ${readerfile} ))
index=0
for user in ${accounts[@]} for user in ${accounts[@]}
do do
PASS=$(awk -F ':' "/${user}:/ {print \$2}" ${readerfile}) PASS=$(awk -F ':' "/${user}:/ {print \$2}" ${readerfile})
@ -54,7 +56,6 @@ then
done done
fi fi
index=0
for hst in ${hostsList[@]} for hst in ${hostsList[@]}
do do
SQL="DROP USER IF EXISTS '${user}'@'${hst}';" SQL="DROP USER IF EXISTS '${user}'@'${hst}';"
@ -86,4 +87,3 @@ then
fi fi
exit 0 exit 0