__mysql_privileges: fix shellcheck

This commit is contained in:
ander 2020-02-13 17:38:19 +02:00
parent 710e99f240
commit b7483d73eb
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ host="$( cat "$__object/parameter/host" )"
if [ "$table" != '*' ]
then
# shellcheck disable=SC2016
table="$( printf '`%s`' "$table" )"
fi