Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Sep 14, 2016
1 parent 1f4acfd commit cfa1b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbooks/haproxy/recipes/install-from-source.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function install()
make "${HAPROXY_CONFIG[@]}"
make install PREFIX='' DESTDIR="${HAPROXY_INSTALL_FOLDER}"
rm -f -r "${tempFolder}"
ln -f -s "${HAPROXY_INSTALL_FOLDER}/sbin/haproxy" '/usr/local/bin/haproxy'
cd "${currentPath}"

# Config Init
Expand Down

0 comments on commit cfa1b57

Please sign in to comment.