wording change

This commit is contained in:
buildplan 2025-10-17 21:14:19 +01:00
parent c5b94ccd20
commit 38b5694b3e

View File

@ -1351,7 +1351,7 @@ collect_config() {
printf " %-15s %s\n" "Hostname:" "$SERVER_NAME"
if [[ -n "$INITIAL_DETECTED_PORT" && "$SSH_PORT" != "$INITIAL_DETECTED_PORT" ]]; then
printf " %-15s %s (changed from current: %s)\n" "SSH Port:" "$SSH_PORT" "$INITIAL_DETECTED_PORT"
printf " %-15s %s (change from current: %s)\n" "SSH Port:" "$SSH_PORT" "$INITIAL_DETECTED_PORT"
else
printf " %-15s %s\n" "SSH Port:" "$SSH_PORT"
fi