diff --git a/lib/bkctld-check b/lib/bkctld-check index a048931..26fd8ee 100755 --- a/lib/bkctld-check +++ b/lib/bkctld-check @@ -4,7 +4,7 @@ # Usage: check # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" return=0 diff --git a/lib/bkctld-firewall b/lib/bkctld-firewall index 4469a7e..be7540e 100755 --- a/lib/bkctld-firewall +++ b/lib/bkctld-firewall @@ -4,7 +4,7 @@ # Usage: firewall |all # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-help b/lib/bkctld-help index 075de34..7c2243d 100755 --- a/lib/bkctld-help +++ b/lib/bkctld-help @@ -4,7 +4,7 @@ # Usage: help # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" cat < # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-ip b/lib/bkctld-ip index 3984b7c..c4a5694 100755 --- a/lib/bkctld-ip +++ b/lib/bkctld-ip @@ -4,7 +4,7 @@ # Usage: ip [|all] # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-is-on b/lib/bkctld-is-on index cb48474..3061dc8 100755 --- a/lib/bkctld-is-on +++ b/lib/bkctld-is-on @@ -4,7 +4,7 @@ # Usage: is-on # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-key b/lib/bkctld-key index 3e4eda3..f9bf696 100755 --- a/lib/bkctld-key +++ b/lib/bkctld-key @@ -4,7 +4,7 @@ # Usage: key [] # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-list b/lib/bkctld-list index e2a0020..8ceba56 100755 --- a/lib/bkctld-list +++ b/lib/bkctld-list @@ -6,7 +6,7 @@ set -eu -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" [ -d "${JAILDIR}" ] || exit 0 diff --git a/lib/bkctld-port b/lib/bkctld-port index 70a4288..5e4a223 100755 --- a/lib/bkctld-port +++ b/lib/bkctld-port @@ -4,7 +4,7 @@ # Usage: port [|auto] # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-reload b/lib/bkctld-reload index e371c00..6d9b70b 100755 --- a/lib/bkctld-reload +++ b/lib/bkctld-reload @@ -4,7 +4,7 @@ # Usage: reload |all # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-remove b/lib/bkctld-remove index 8d0049a..5df0091 100755 --- a/lib/bkctld-remove +++ b/lib/bkctld-remove @@ -4,7 +4,7 @@ # Usage: remove |all # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-restart b/lib/bkctld-restart index 954ee64..3cc7afc 100755 --- a/lib/bkctld-restart +++ b/lib/bkctld-restart @@ -6,7 +6,7 @@ set -eu -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-rm b/lib/bkctld-rm index 68e8ae7..e6d7832 100755 --- a/lib/bkctld-rm +++ b/lib/bkctld-rm @@ -4,7 +4,7 @@ # Usage: rm # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" relative_date() { diff --git a/lib/bkctld-start b/lib/bkctld-start index af2856e..daa2eba 100755 --- a/lib/bkctld-start +++ b/lib/bkctld-start @@ -4,7 +4,7 @@ # Usage: start |all # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-stats b/lib/bkctld-stats index 594a8b4..5660ba3 100755 --- a/lib/bkctld-stats +++ b/lib/bkctld-stats @@ -4,7 +4,7 @@ # Usage: stats # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" mkdir -p "${INDEX_DIR}" diff --git a/lib/bkctld-status b/lib/bkctld-status index 664dc8a..7578608 100755 --- a/lib/bkctld-status +++ b/lib/bkctld-status @@ -4,7 +4,7 @@ # Usage: status [] # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-stop b/lib/bkctld-stop index fa772bd..75ab44c 100755 --- a/lib/bkctld-stop +++ b/lib/bkctld-stop @@ -4,7 +4,7 @@ # Usage: stop |all # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-sync b/lib/bkctld-sync index e35b684..bd612be 100755 --- a/lib/bkctld-sync +++ b/lib/bkctld-sync @@ -4,7 +4,7 @@ # Usage: sync |all # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}" diff --git a/lib/bkctld-update b/lib/bkctld-update index 86dd4b9..9d80102 100755 --- a/lib/bkctld-update +++ b/lib/bkctld-update @@ -4,7 +4,7 @@ # Usage: update |all # -# shellcheck source=config +# shellcheck source=./config LIBDIR="$(dirname $0)" && . "${LIBDIR}/config" jail="${1:-}"