Skip to content

Commit

Permalink
CP-6958 - Fix vncterm path for 64bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm Crossley authored and akshayramani committed Mar 11, 2014
1 parent a015bd0 commit fccb0ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/vncterm-wrapper
Expand Up @@ -22,6 +22,9 @@ vncterm=/usr/lib/xen/bin/vncterm
if [ ! -e $vncterm ]; then
vncterm=/usr/lib/xcp/lib/vncterm
fi
if [ ! -e $vncterm ]; then
vncterm=/usr/lib64/xen/lib/vncterm
fi

echo vncterm-wrapper:
xenstore-write -s /local/domain/$DOMID/vncterm-pid $$
Expand Down

0 comments on commit fccb0ff

Please sign in to comment.