|
@ -100,7 +100,7 @@ case "$REMSH_NAME" in |
|
|
*) |
|
|
*) |
|
|
REMSH_NAME_PART="$REMSH_NAME" |
|
|
REMSH_NAME_PART="$REMSH_NAME" |
|
|
if [ "$REMSH_TYPE" = "-sname" ]; then |
|
|
if [ "$REMSH_TYPE" = "-sname" ]; then |
|
|
REMSH_HOSTNAME_PART= "$HOSTNAME" |
|
|
|
|
|
|
|
|
REMSH_HOSTNAME_PART="$HOSTNAME" |
|
|
else |
|
|
else |
|
|
# -name type, check if `hostname` is fqdn |
|
|
# -name type, check if `hostname` is fqdn |
|
|
if [ "$MAYBE_FQDN_HOSTNAME" = "$HOSTNAME" ]; then |
|
|
if [ "$MAYBE_FQDN_HOSTNAME" = "$HOSTNAME" ]; then |
|
|