aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-30 21:09:31 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-30 21:09:31 -0200
commitd2263b94f93e0c0b7549c5a84c18834f8e6e8f58 (patch)
tree1fb927b5bfa19e3bb63186d2823f9e5a934e52e0
parent68621f84469351ac0681ec79aae95c0e2e175fc1 (diff)
downloadkvmx-d2263b94f93e0c0b7549c5a84c18834f8e6e8f58.tar.gz
kvmx-d2263b94f93e0c0b7549c5a84c18834f8e6e8f58.tar.bz2
Fix LOG_DIR variable reference
-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" &