diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2014-05-29 13:44:11 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2014-05-29 13:44:11 -0400 |
commit | f47af30e65efeba55d2ac37df071aea080788ac2 (patch) | |
tree | e5f0b4e3f63a94b6008bb69616d984c0d26f6032 /priv | |
parent | 763f5dc9ef9f418bdc146c17dac7ac4d611f0768 (diff) | |
parent | 12ca1fb126aa783d2df41d1d5c112a96ac6aafb3 (diff) |
Merge pull request #284 from habibutsu/master
Error 'Command not found' when sname is used
Diffstat (limited to 'priv')
-rwxr-xr-x | priv/templates/simplenode.runner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/simplenode.runner b/priv/templates/simplenode.runner index 595a1ea..3e9e10f 100755 --- a/priv/templates/simplenode.runner +++ b/priv/templates/simplenode.runner @@ -100,7 +100,7 @@ case "$REMSH_NAME" in *) REMSH_NAME_PART="$REMSH_NAME" if [ "$REMSH_TYPE" = "-sname" ]; then - REMSH_HOSTNAME_PART= "$HOSTNAME" + REMSH_HOSTNAME_PART="$HOSTNAME" else # -name type, check if `hostname` is fqdn if [ "$MAYBE_FQDN_HOSTNAME" = "$HOSTNAME" ]; then |