Fix ssl-opt.sh not starting when lsof is not available
$START_DELAY was used before it was defined.
This commit is contained in:
parent
41c23b5a49
commit
7163a6ad91
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ if type lsof >/dev/null 2>/dev/null; then
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
echo "Warning: lsof not available, wait_server_start = sleep $START_DELAY"
|
echo "Warning: lsof not available, wait_server_start = sleep"
|
||||||
wait_server_start() {
|
wait_server_start() {
|
||||||
sleep "$START_DELAY"
|
sleep "$START_DELAY"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue