]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix screenrc location
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 30 Dec 2017 22:21:21 +0000 (20:21 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 30 Dec 2017 22:21:21 +0000 (20:21 -0200)
kvmx

diff --git a/kvmx b/kvmx
index 9321a0366c77aa51630f97bc703e1e8d36a9a37f..f35d31bb7f26ee38ec9e2c53f4a6ca140f71d8b4 100755 (executable)
--- a/kvmx
+++ b/kvmx
@@ -421,7 +421,7 @@ function kvmx_up {
 
   # Thanks kvm-manager code for that portion
   /usr/bin/screen -D -m -L $LOGDIR/servicelog \
-                  -c $DIRNAME/share/screen/screenrc \
+                  -c $APP_BASE/share/screen/screenrc \
                   -S "kvmx-$VM" -t "kvmx-$VM" socat STDIO,raw,echo=0 "UNIX:${CONSOLEFILE},retry=30" &
 
   if [ "$run_spice_client" == "1" ]; then