mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Update install.sh
This commit is contained in:
parent
3d62989859
commit
7d082589a9
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ setXML() {
|
|||
local file="/custom.xml"
|
||||
|
||||
if [ -d "$file" ]; then
|
||||
warn "The file $file does not exist, please make sure that you mapped it to a valid path!"
|
||||
error "The bind $file maps to a file that does not exist!" && exit 67
|
||||
fi
|
||||
|
||||
[ ! -f "$file" ] || [ ! -s "$file" ] && file="$STORAGE/custom.xml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue