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

Commit

Permalink
Added some fix to resolv starting issues in docker comanage
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Sep 9, 2016
1 parent 38fb350 commit 8bdd645
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 8bdd645

Please sign in to comment.