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

Added some fix to resolv starting issues in docker comanage #2

Merged
1 commit merged into from
Sep 12, 2016
Merged
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
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