forked from ungleich-public/cdist
__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" != '*' ]
|
if [ "$table" != '*' ]
|
||||||
then
|
then
|
||||||
|
# shellcheck disable=SC2016
|
||||||
table="$( printf '`%s`' "$table" )"
|
table="$( printf '`%s`' "$table" )"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue