mirror of
https://github.com/buildplan/du_setup.git
synced 2025-12-29 16:14:59 +00:00
wording change
This commit is contained in:
@@ -1351,7 +1351,7 @@ collect_config() {
|
|||||||
printf " %-15s %s\n" "Hostname:" "$SERVER_NAME"
|
printf " %-15s %s\n" "Hostname:" "$SERVER_NAME"
|
||||||
|
|
||||||
if [[ -n "$INITIAL_DETECTED_PORT" && "$SSH_PORT" != "$INITIAL_DETECTED_PORT" ]]; then
|
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
|
else
|
||||||
printf " %-15s %s\n" "SSH Port:" "$SSH_PORT"
|
printf " %-15s %s\n" "SSH Port:" "$SSH_PORT"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user