Commit 5a76bb94 authored by nanahira's avatar nanahira

fix panel entrypoint

parent fb1ffa6f
Pipeline #1319 passed with stage
in 2 minutes and 14 seconds
......@@ -23,12 +23,15 @@ function init {
# destroy links (or files) and recreate them
rm -rf storage
ln -s /data/storage storage
chown -R nginx:nginx storage
rm -rf bootstrap/cache
ln -s /data/cache bootstrap/cache
chown -R nginx:nginx bootstrap/cache
rm -rf .env
ln -s /data/pterodactyl.conf .env
chown -R nginx:nginx .env
}
# Runs the initial configuration on every startup
......
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