Stage ABI-scoped unit generations
This commit is contained in:
@@ -10,7 +10,7 @@ if [[ -r /etc/uce/settings.cfg ]]; then
|
||||
fi
|
||||
|
||||
for ((attempt = 0; attempt < 200; attempt++)); do
|
||||
if [[ -S "$socket_path" ]]; then
|
||||
if [[ -S "$socket_path" ]] && [[ "$(curl -sS --max-time 0.2 --unix-socket "$socket_path" http://localhost/ping 2>/dev/null || true)" == "uce-cli: ok" ]]; then
|
||||
exit 0
|
||||
fi
|
||||
sleep 0.05
|
||||
|
||||
Reference in New Issue
Block a user