nixos: fix bcachefs filesystem with symlinks
This commit is contained in:
parent
56746b6d6c
commit
a51ea9ca17
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ let
|
|||
printf "waiting for device to appear $path"
|
||||
for try in $(seq 10); do
|
||||
if [ -e $path ]; then
|
||||
target=$(readlink -f $path)
|
||||
success=true
|
||||
break
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue