version.sh: fix typo in comment (#6056)
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
# shellcheck disable=SC3043
|
# shellcheck disable=SC3043
|
||||||
# https://github.com/koalaman/shellcheck/wiki/SC3043#exceptions
|
# https://github.com/koalaman/shellcheck/wiki/SC3043#exceptions
|
||||||
|
|
||||||
# Source the versions file poupulated by updatechecker.sh
|
# Source the versions file populated by updatechecker.sh
|
||||||
cachedVersions="/etc/pihole/versions"
|
cachedVersions="/etc/pihole/versions"
|
||||||
|
|
||||||
if [ -f ${cachedVersions} ]; then
|
if [ -f ${cachedVersions} ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user