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 }