Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
diqiu50 committed Jan 20, 2025
1 parent 9976988 commit 9c26f36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion clients/filesystem-fuse/tests/bin/gvfs_fuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ start_gvfs_fuse() {
make build

echo "Starting gvfs-fuse-daemon"
mkdir -p target/debug/gvfs-dir
$CLIENT_FUSE_DIR/target/debug/gvfs-fuse mount $MOUNT_DIR $MOUNT_FROM_LOCATION -c $TEST_CONFIG_FILE -f > \
$CLIENT_FUSE_DIR/target/debug/fuse.log 2>&1 &
check_gvfs_fuse_ready
Expand All @@ -62,4 +63,4 @@ stop_gvfs_fuse() {
# Unmount the gvfs-fuse
$CLIENT_FUSE_DIR/target/debug/gvfs-fuse umount $MOUNT_DIR
echo "Stopping gvfs-fuse-daemon"
}
}
2 changes: 1 addition & 1 deletion clients/filesystem-fuse/tests/conf/gvfs_fuse_s3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
file_mask= 0o600
dir_mask= 0o700
fs_type = "gvfs"
data_path = "target/debug/gvfs-fuse"
data_dir = "target/debug/gvfs-dir"

[fuse.properties]
key1 = "value1"
Expand Down

0 comments on commit 9c26f36

Please sign in to comment.