mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
shellcheck directive
This commit is contained in:
parent
a32b95544b
commit
343d7df57c
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# Globally disable this shellcheck error.
|
||||
# Shellcheck errors on egrep ("deprecated"), but acme.sh uses egrep for compatibility.
|
||||
# shellcheck disable=SC2196
|
||||
|
||||
## Name: dns_pleskxml.sh
|
||||
## Created by Stilez.
|
||||
## Also uses some code from PR#1832 by @romanlum (https://github.com/Neilpang/acme.sh/pull/1832/files)
|
||||
|
Loading…
Reference in New Issue
Block a user