diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 20:21:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 20:21:21 -0200 |
commit | 2326ccd35940a53a1b014e9af14427dec89ff10e (patch) | |
tree | 934b72c721112099f08cfc9ce3706f04f06def5f | |
parent | b9772e7d8488c752c5b1e0bc506c175dc3ddbbd8 (diff) | |
download | kvmx-2326ccd35940a53a1b014e9af14427dec89ff10e.tar.gz kvmx-2326ccd35940a53a1b014e9af14427dec89ff10e.tar.bz2 |
Fix screenrc location
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |