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
5a76bb94
Commit
5a76bb94
authored
Nov 19, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix panel entrypoint
parent
fb1ffa6f
Pipeline
#1319
passed with stage
in 2 minutes and 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
manifest/panel/entrypoint.sh
manifest/panel/entrypoint.sh
+3
-0
No files found.
manifest/panel/entrypoint.sh
View file @
5a76bb94
...
@@ -23,12 +23,15 @@ function init {
...
@@ -23,12 +23,15 @@ function init {
# destroy links (or files) and recreate them
# destroy links (or files) and recreate them
rm
-rf
storage
rm
-rf
storage
ln
-s
/data/storage storage
ln
-s
/data/storage storage
chown
-R
nginx:nginx storage
rm
-rf
bootstrap/cache
rm
-rf
bootstrap/cache
ln
-s
/data/cache bootstrap/cache
ln
-s
/data/cache bootstrap/cache
chown
-R
nginx:nginx bootstrap/cache
rm
-rf
.env
rm
-rf
.env
ln
-s
/data/pterodactyl.conf .env
ln
-s
/data/pterodactyl.conf .env
chown
-R
nginx:nginx .env
}
}
# Runs the initial configuration on every startup
# Runs the initial configuration on every startup
...
...
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