[PR #1612] [MERGED] remove duplicate line from README.md #2067

Closed
opened 2026-03-04 02:03:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1612
Author: @smghasempour
Created: 3/27/2021
Status: Merged
Merged: 3/27/2021
Merged by: @gaul

Base: masterHead: master


📝 Commits (1)

  • 024346b remove duplicate line from README.md

📊 Changes

1 file changed (+0 additions, -6 deletions)

View changed files

📝 README.md (+0 -6)

📄 Description

Details

removed duplicated line in the README.md:
from:

      You can also mount on boot by entering the following line to `/etc/fstab`:
      
      ```
      mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0
      ```
      
      or
      
      ```
      mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0
      ```

to:

      You can also mount on boot by entering the following line to `/etc/fstab`:
      
      ```
      mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0
      ```

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1612 **Author:** [@smghasempour](https://github.com/smghasempour) **Created:** 3/27/2021 **Status:** ✅ Merged **Merged:** 3/27/2021 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`024346b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/024346bda2e0241a3dd22da21f1f01ddb63cb67b) remove duplicate line from README.md ### 📊 Changes **1 file changed** (+0 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+0 -6) </details> ### 📄 Description ### Details removed duplicated line in the README.md: from: You can also mount on boot by entering the following line to `/etc/fstab`: ``` mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0 ``` or ``` mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0 ``` to: You can also mount on boot by entering the following line to `/etc/fstab`: ``` mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2067
No description provided.