diff options
-rwxr-xr-x | kvmx | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -991,6 +991,11 @@ function kvmx_xephyr { # Close Xephyr client function kvmx_xephyr_stop { + if [ ! -e "$XEPHYRFILE" ]; then + echo "$BASENAME: Xephyr not running for guest $VM" + exit 1 + fi + XEPHYRPID="`cat $XEPHYRFILE`" if [ ! -z "$XEPHYRPID" ]; then |