Skip to content

Commit

Permalink
[dist] avoid warning message in appliances
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed May 15, 2013
1 parent 32117f0 commit 1bc70b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/obsapisetup
Expand Up @@ -50,7 +50,7 @@ backenddir="$OBS_BASE_DIR"
fi

FQHOSTNAME=`hostname -f `
if type ec2-public-hostname; then
if type -p ec2-public-hostname; then
FQHOSTNAME=`ec2-public-hostname`
fi

Expand Down

0 comments on commit 1bc70b4

Please sign in to comment.