Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
docker-pterodactyl-legacy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
docker-pterodactyl-legacy
Commits
efb8b2e4
Commit
efb8b2e4
authored
Apr 14, 2018
by
Cameron Carney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated entrypoint
parent
2f82b4eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
manifest/entrypoint.sh
manifest/entrypoint.sh
+4
-0
No files found.
manifest/entrypoint.sh
View file @
efb8b2e4
...
@@ -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..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment