Fixed a bug in parsing the url for copyparty.
This commit is contained in:
@@ -316,7 +316,7 @@ collect_copyparty_shares() {
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
urlPath="$(inputbox "Enter the Copyparty URL path for this share, for example /files.")" "/files" || {
|
urlPath="$(inputbox "Enter the Copyparty URL path for this share, for example /files." "/files")" || {
|
||||||
rm -f "$tempSharesFile"
|
rm -f "$tempSharesFile"
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user