aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx7
1 files changed, 6 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 113826f..8667405 100755
--- a/kvmx
+++ b/kvmx
@@ -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