aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 0ac2776..16ff3eb 100755
--- a/kvmx
+++ b/kvmx
@@ -213,7 +213,7 @@ function kvmx_initialize {
# Box and folder config
STORAGE="`dirname $image`"
- STATE_DIR="$STORAGE/state"
+ STATE_DIR="$STORAGE/state/$VM"
PIDFILE="$STATE_DIR/pid"
PORTFILE="$STATE_DIR/port"
SSHFILE="$STATE_DIR/ssh"