Skip to content

Commit

Permalink
* acutally increment the counter
Browse files Browse the repository at this point in the history
  • Loading branch information
dudemeister committed Aug 14, 2012
1 parent 6bda1cb commit e095362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apache2.rb
Expand Up @@ -211,6 +211,7 @@ def disable_mod(mod)
echo "waiting for pid" echo "waiting for pid"
until [ -e "$APACHE_PID_FILE" ] || [ $CHECK_COUNTER -gt 3 ]; do until [ -e "$APACHE_PID_FILE" ] || [ $CHECK_COUNTER -gt 3 ]; do
echo "." echo "."
CHECK_COUNTER=$((CHECK_COUNTER+1))
sleep 1 sleep 1
done done
if [ -e "$APACHE_PID_FILE" ]; then if [ -e "$APACHE_PID_FILE" ]; then
Expand Down

0 comments on commit e095362

Please sign in to comment.