mirror of
https://github.com/buildplan/du_setup.git
synced 2025-12-29 08:04:27 +00:00
wording change
This commit is contained in:
parent
c5b94ccd20
commit
38b5694b3e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user