mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-07 00:48:23 +08:00
Update install.sh
This commit is contained in:
parent
6d97b82290
commit
4c1bc9c3d6
@ -14,7 +14,7 @@ fi
|
|||||||
|
|
||||||
FN="boot.pat"
|
FN="boot.pat"
|
||||||
if [ -d "/$FN" ]; then
|
if [ -d "/$FN" ]; then
|
||||||
error "The file /$FN has an invalid path!" && exit 65
|
error "The file /$FN does not exist, please check that you mapped it to a valid path!" && exit 65
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FILE=$(find / -maxdepth 1 -type f -iname "$FN" | head -n 1)
|
FILE=$(find / -maxdepth 1 -type f -iname "$FN" | head -n 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user