From 69e9e9d68cec32f81da18f484be978b308c7cf52 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 7 Oct 2014 20:51:58 +0300 Subject: Set new temporary directory --- vm-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-create b/vm-create index f191693..5a1c401 100755 --- a/vm-create +++ b/vm-create @@ -21,7 +21,7 @@ set -eux PATH="$PATH:/home/liw/vmdebootstrap/vmdebootstrap" -VMTMP="/mnt/vmtmp" +VMTMP="/mnt/scratch/liw-scratch" # Create the SSH host and user keys. for key in jenkins.host-key jenkins.user-key worker.host-key worker.user-key -- cgit v1.2.1