summaryrefslogtreecommitdiffstats
path: root/testing2x
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-11-21 06:48:00 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2008-11-21 06:48:00 +0100
commit1809269f1df368aab3f7f1bb615c2cdc52860a1f (patch)
treead7873dda7292178e159f4967af4411920c3a473 /testing2x
parent35e5070403ddae96238bcce6356f4b9713c96675 (diff)
downloaddbscripts-1809269f1df368aab3f7f1bb615c2cdc52860a1f.tar.gz
dbscripts-1809269f1df368aab3f7f1bb615c2cdc52860a1f.tar.xz
Move everything to /srv to support new server conf
Additionally, make TMPDIR configurable so we can move that Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'testing2x')
-rwxr-xr-xtesting2x2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing2x b/testing2x
index d87de11..812edd3 100755
--- a/testing2x
+++ b/testing2x
@@ -12,7 +12,7 @@ case "$0" in
arch="i686"
;;
esac
-WORKDIR="/home/tmp/testing2x.$UID"
+WORKDIR="$TMPDIR/testing2x.$UID"
cleanup() {
rm -rf "${WORKDIR}"