More copyparty tweaks.

This commit is contained in:
Storm Dragon
2026-04-17 20:37:29 -04:00
parent 3abe0aa011
commit 1c7a8ea443
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ choose_copyparty_user() {
return 1
fi
selectedUser="$(menulist "${userEntries[@]}")" || return 1
selectedUser="$(menulist --prompt "Please select the user Copyparty should be run as." "${userEntries[@]}")" || return 1
printf '%s\n' "$selectedUser"
return 0
}