aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 5b6ebc5..20afd02 100755
--- a/kvmx
+++ b/kvmx
@@ -420,7 +420,7 @@ function kvmx_up {
echo $XDMCP_PORT > $XDMCPPORTFILE
# Thanks kvm-manager code for that portion
- /usr/bin/screen -D -m -L $LOGDIR/servicelog \
+ /usr/bin/screen -D -m -L $LOG_DIR/servicelog \
-c $APP_BASE/share/screen/screenrc \
-S "kvmx-$VM" -t "kvmx-$VM" socat STDIO,raw,echo=0 "UNIX:${CONSOLEFILE},retry=30" &