diff options
| -rwxr-xr-x | kvmx | 7 | 
1 files changed, 6 insertions, 1 deletions
@@ -870,7 +870,7 @@ function kvmx_sshfs {                                                             -o sshfs_sync             \                                                             -o sync_readdir           \                                                             -o cache=no               \ -                                                           -o follow_symlinks        \ +                                                           -o transform_symlinks     \                                                             -o sync_read              \                                                             -o workaround=none        \                                                             -o noforget               \ @@ -1565,6 +1565,11 @@ function kvmx_list_image {    echo $image  } +# Print guest folder name +function kvmx_list_folder { +  echo $KVMX_PROJECT_FOLDER +} +  # Print guest status  function kvmx_status {    if kvmx_suspended; then  | 
