Fixed a bug in parsing the url for copyparty.
This commit is contained in:
@@ -316,7 +316,7 @@ collect_copyparty_shares() {
|
||||
continue
|
||||
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"
|
||||
return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user