We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db45817 commit 96fbb26Copy full SHA for 96fbb26
src/install.sh
@@ -206,7 +206,7 @@ detectCustom() {
206
CUSTOM=""
207
208
if [ -d "/$fname" ]; then
209
- error "The file /$fname has an invalid path!" && return 1
+ error "The file /$fname does not exist, please check that you mapped it to a valid path!" && return 1
210
fi
211
212
file=$(find / -maxdepth 1 -type f -iname "$fname" | head -n 1)
@@ -495,7 +495,7 @@ setXML() {
495
local file="/custom.xml"
496
497
if [ -d "$file" ]; then
498
- warn "The file $file has an invalid path!"
+ warn "The file $file does not exist, please check that you mapped it to a valid path!"
499
500
501
[ ! -f "$file" ] || [ ! -s "$file" ] && file="$STORAGE/custom.xml"
0 commit comments