port selection of first part into gencode-remote

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-01-20 13:51:48 +01:00
parent 29d4f910bc
commit 9123940255
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
if [ -f "$__object/parameter/name" ]; then
name="$(cat "$__object/parameter/name")"
else
name="$__target_host"
name="$(echo "${__target_host%%.*}")"
fi
os=$(cat "$__global/explorer/os")