summaryrefslogtreecommitdiff
path: root/wheezy/base.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wheezy/base.sh')
-rw-r--r--wheezy/base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wheezy/base.sh b/wheezy/base.sh
index a05b1fe..339ce76 100644
--- a/wheezy/base.sh
+++ b/wheezy/base.sh
@@ -1,7 +1,7 @@
date > /etc/box_build_time
# Before updating the box, get rid of pdiffs, they slow things down on faster links
-echo 'Acquire::PDiffs "false";' >./etc/apt/apt.conf.d/90disable-pdiffs
+echo 'Acquire::PDiffs "false";' >/etc/apt/apt.conf.d/90disable-pdiffs
# Update the box
apt-get -y update