Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion redhat-init-jkoppe
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stop() {
echo "Supervisord exited as expected in under $total_sleep seconds"
break
else
if [[ $sleep -eq "last" ]] ; then
if [[ $sleep = "last" ]] ; then
echo "Supervisord still working on shutting down. We've waited roughly 60 seconds, we'll let it do its thing from here"
return 1
else
Expand Down
2 changes: 1 addition & 1 deletion redhat-init-mingalevme
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ stop() {
echo "Supervisord exited as expected in under $total_sleep seconds"
break
else
if [[ $sleep -eq "last" ]] ; then
if [[ $sleep = "last" ]] ; then
echo "Supervisord still working on shutting down. We've waited roughly 60 seconds, we'll let it do its thing from here"
return 1
else
Expand Down