summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/sbin/update_dns_cache.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/sbin/update_dns_cache.sh b/usr/sbin/update_dns_cache.sh
index 49ee231..3079c59 100755
--- a/usr/sbin/update_dns_cache.sh
+++ b/usr/sbin/update_dns_cache.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+mkdir -p cd /var/db/dnscache
+
while [ /bin/true ]; do
cd /var/db/dnscache
needsfilterreload=0
OpenPOWER on IntegriCloud