mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Eval variable. (Not a fan.)
This commit is contained in:
parent
2a5587f236
commit
a281d87315
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ update_package_cache() {
|
||||||
|
|
||||||
echo ":::"
|
echo ":::"
|
||||||
echo -n "::: Updating local cache of available packages..."
|
echo -n "::: Updating local cache of available packages..."
|
||||||
if ${UPDATE_PKG_CACHE}; then
|
if eval ${UPDATE_PKG_CACHE}; then
|
||||||
echo " done!"
|
echo " done!"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue