mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #577] [MERGED] fix: check if /home is actually mounted before exiting the script early #586
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#586
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ovh/the-bastion/pull/577
Author: @jon4hz
Created: 9/4/2025
Status: ✅ Merged
Merged: 9/6/2025
Merged by: @speed47
Base:
master← Head:fix-mount-check📝 Commits (2)
1b0b8d4fix: check if /home is actually mounted before exiting the script early5d1aa9ffix: use mountpoint to check if /home is mounted📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
bin/admin/unlock-home.sh(+1 -1)📄 Description
I ran into an issue where I set up a separate
/homepartition after initially configuring The Bastion.I copied all content from
/homewithout deleting it on the root disk, and because the script currently only checks if certain folders in/homeexist, without actually checking if there is a mount for home, it aborted too early.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.