Skip to content

Commit

Permalink
try forcing file mount as per nix-community#88
Browse files Browse the repository at this point in the history
  • Loading branch information
KiaraGrouwstra committed Apr 28, 2024
1 parent a33ef10 commit b668038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mount-file.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ elif [[ -e "$targetFile" ]]; then
touch "$mountPoint"
mount -o bind "$targetFile" "$mountPoint"
else
ln -s "$targetFile" "$mountPoint"
ln -sf "$targetFile" "$mountPoint"
fi

0 comments on commit b668038

Please sign in to comment.