mirror of
https://github.com/dockur/windows.git
synced 2025-04-05 08:22:02 +00:00
Update install.sh
This commit is contained in:
parent
c081ec2693
commit
ce6c2465a6
@ -206,7 +206,7 @@ detectCustom() {
|
||||
CUSTOM=""
|
||||
|
||||
if [ -d "/$fname" ]; then
|
||||
error "The file /$fname does not exist, please check that you mapped it to a valid path!" && return 1
|
||||
error "The file /$fname does not exist, please make sure that you mapped it to a valid path!" && return 1
|
||||
fi
|
||||
|
||||
file=$(find / -maxdepth 1 -type f -iname "$fname" | head -n 1)
|
||||
@ -495,7 +495,7 @@ setXML() {
|
||||
local file="/custom.xml"
|
||||
|
||||
if [ -d "$file" ]; then
|
||||
warn "The file $file does not exist, please check that you mapped it to a valid path!"
|
||||
warn "The file $file does not exist, please make sure that you mapped it to a valid path!"
|
||||
fi
|
||||
|
||||
[ ! -f "$file" ] || [ ! -s "$file" ] && file="$STORAGE/custom.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user