Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #2 from docker/comanagefix
Browse files Browse the repository at this point in the history
Added some fix to resolv starting issues in docker comanage
  • Loading branch information
Jim Van Fleet committed Sep 12, 2016
2 parents 38fb350 + 8bdd645 commit 2f71915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions container_files/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then
echo "COmanage was configured"
echo "Starting apache" >>$log
echo "Starting apache"
/usr/local/bin/httpd-shib-foreground &
/usr/local/bin/httpd-shib-foreground
fi
else
echo "Composed so waiting for MariaDB: " > $log
Expand All @@ -29,5 +29,5 @@ else
date >> $log
echo "Starting apache" >>$log
echo "Starting apache"
/usr/local/bin/httpd-shib-foreground &
fi
/usr/local/bin/httpd-shib-foreground
fi

0 comments on commit 2f71915

Please sign in to comment.