mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-22 07:10:19 +00:00
version.sh: fix typo in comment
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
9fe687bd62
commit
45cb722e50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue