Fixed a bug in parsing the url for copyparty.

This commit is contained in:
Storm Dragon
2026-04-17 20:40:55 -04:00
parent 1c7a8ea443
commit 01582c2fe7

View File

@@ -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
}