From: Silvio Rhatto Date: Sat, 30 Dec 2017 22:21:21 +0000 (-0200) Subject: Fix screenrc location X-Git-Tag: 0.1.0~307 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2326ccd35940a53a1b014e9af14427dec89ff10e;p=kvmx.git Fix screenrc location --- diff --git a/kvmx b/kvmx index 9321a03..f35d31b 100755 --- 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