Commit efb8b2e4 authored by Cameron Carney's avatar Cameron Carney

updated entrypoint

parent 2f82b4eb
...@@ -56,6 +56,10 @@ function startServer { ...@@ -56,6 +56,10 @@ function startServer {
php artisan db:seed --force php artisan db:seed --force
fi fi
rm -rf /var/run/supervisor.d/
mkdir /var/run/supervisor.d/
cp /etc/supervisor.d/service-files/* /var/run/supervisor.d/
# Allows Users to give MySQL/cache sometime to start up. # Allows Users to give MySQL/cache sometime to start up.
if [[ "${STARTUP_TIMEOUT}" -gt "0" ]]; then if [[ "${STARTUP_TIMEOUT}" -gt "0" ]]; then
echo "Starting Pterodactyl ${PANEL_VERSION} in ${STARTUP_TIMEOUT} seconds..." echo "Starting Pterodactyl ${PANEL_VERSION} in ${STARTUP_TIMEOUT} seconds..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment