Correction boucle de définitions des droits utilisateurs

Este commit está contenido en:
Teddy Cornaut 2019-03-13 15:19:02 +01:00
padre 4ee18114f4
commit 0327098015
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

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