mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Eval variable. (Not a fan.)
This commit is contained in:
parent
f9cfed5aff
commit
a7130e6530
@ -701,7 +701,7 @@ update_package_cache() {
|
||||
|
||||
echo ":::"
|
||||
echo -n "::: Updating local cache of available packages..."
|
||||
if ${UPDATE_PKG_CACHE}; then
|
||||
if eval ${UPDATE_PKG_CACHE}; then
|
||||
echo " done!"
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user