diff options
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |