Skip to content

Commit cade826

Browse files
committed
fix(workflow): haproxy cannot be started in CentOS system
1 parent f97acb4 commit cade826

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_scripts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ listen builder
215215
server builder ${BUILDER_IP}:2222 check
216216
EOF
217217
fi
218+
219+
mkdir -p /run/haproxy
218220
systemctl enable haproxy
219221
systemctl restart haproxy
220222

0 commit comments

Comments
 (0)