Updated CentOS images

This commit is contained in:
Alexey Pustovalov
2020-04-27 18:08:26 +03:00
99 changed files with 1274 additions and 10305 deletions

View File

@ -272,9 +272,9 @@ echo "########################################################"
if [ "$1" != "" ]; then
echo "** Executing '$@'"
exec "$@"
elif [ -f "/usr/bin/supervisord" ]; then
echo "** Executing supervisord"
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
elif [ -f "/usr/sbin/httpd" ]; then
echo "** Executing HTTPD"
exec /usr/sbin/httpd -D FOREGROUND
else
echo "Unknown instructions. Exiting..."
exit 1