__mysql_privileges: fix shellcheck
This commit is contained in:
parent
710e99f240
commit
b7483d73eb
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ host="$( cat "$__object/parameter/host" )"
|
|||
|
||||
if [ "$table" != '*' ]
|
||||
then
|
||||
# shellcheck disable=SC2016
|
||||
table="$( printf '`%s`' "$table" )"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue