From 01582c2fe72d968c230619f8670e76bcffac5210 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 17 Apr 2026 20:40:55 -0400 Subject: [PATCH] Fixed a bug in parsing the url for copyparty. --- .includes/copyparty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.includes/copyparty.sh b/.includes/copyparty.sh index 254e22a..1e7a3ae 100644 --- a/.includes/copyparty.sh +++ b/.includes/copyparty.sh @@ -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 }