mariadb: Add shellcheck disable into init script
authorMichal Hrusecky <michal.hrusecky@turris.com>
Fri, 2 Oct 2020 08:34:21 +0000 (10:34 +0200)
committerMichal Hrusecky <michal.hrusecky@turris.com>
Fri, 2 Oct 2020 08:36:47 +0000 (10:36 +0200)
commitc35bd3aa8e73a6a666a7afda42a0a9d6a20ef1a3
tree10a9859b38580032916e24334832a2840d31f8b8
parentbb6e0d799c2ec2694037a03c0d614391339f1996
mariadb: Add shellcheck disable into init script

On few places, shellcheck gets confused by how some OpenWrt functions
work - especially load ones. Also on few places there are $options
variables that need not to be globbed. Could be rewritten better not to
need them, but I'll do major rewrites later in separate pull request.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
utils/mariadb/files/mysqld.init