mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:24:57 +00:00
Meta: Rename E2FSCK
=> E2FSCK_PATH
Done to increase consistency with other binaries' path.
This commit is contained in:
parent
0fde7fe3c5
commit
d3cdf151a4
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ if [ -f _disk_image ]; then
|
|||
|
||||
echo "checking existing image"
|
||||
result=0
|
||||
"$E2FSCK" -f -y _disk_image || result=$?
|
||||
"$E2FSCK_PATH" -f -y _disk_image || result=$?
|
||||
if [ $result -ge 4 ]; then
|
||||
rm -f _disk_image
|
||||
USE_EXISTING=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue