Skip to content

Commit 0944ada

Browse files
authored
Merge pull request #4864 from tesilaaliset/update/update_ha_proxy
Upgrade HAProxy from 3.0 to 3.1
2 parents e83968c + dfe15c1 commit 0944ada

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

haproxy/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ if is_installed sniproxy; then
77
pkill -9 sniproxy >/dev/null 2>&1
88
fi
99

10-
if ! is_installed_package "haproxy=3.0"; then
11-
add-apt-repository -y ppa:vbernat/haproxy-3.0
12-
install_package haproxy=3.0.\*
10+
if ! is_installed_package "haproxy=3.1"; then
11+
add-apt-repository -y ppa:vbernat/haproxy-3.1
12+
install_package haproxy=3.1.\*
1313
fi
1414
systemctl kill haproxy >/dev/null 2>&1
1515
systemctl stop haproxy >/dev/null 2>&1

0 commit comments

Comments
 (0)