Skip to content

Commit

Permalink
Fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ramereth committed Apr 20, 2015
1 parent 80b24be commit 60a18c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/scripts/ubuntu/ganeti.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Install growpart
apt-get -y install cloud-guest-utils cloud-init

if "$(lsb_release -rs)" == '12.04' ; then
if [ "$(lsb_release -rs)" == "12.04" ] ; then
apt-get -y install denyhosts
else
# Install denyhosts from our local repo since its not included
Expand Down

0 comments on commit 60a18c4

Please sign in to comment.