__mysql_privileges: fix shellcheck

remotes/origin/beta
Ander Punnar 5 years ago
parent 710e99f240
commit b7483d73eb
  1. 1
      cdist/conf/type/__mysql_privileges/gencode-remote

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

Loading…
Cancel
Save